Skip to content

ecreeth/relationships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package is not finished, it is still being developed.

To test this package while it is being testing you must follow the following steps

image

  • update the "require-dev" prop in your composer.json file with "ecreeth/relationships": "dev-master"

  • Add the next text to your composer.json file

  "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ecreeth/relationships"
        }
    ],

Run the next command in your terminal

composer update

And finally run

php artisan make:relationship

About

Artisan command to create & learn how to use relationships in Laravel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages