https://github.com/ecreeth/relationships
Artisan command to create & learn how to use relationships in Laravel
https://github.com/ecreeth/relationships
artisan artisan-command command console laravel laravel-relationships
Last synced: about 2 months ago
JSON representation
Artisan command to create & learn how to use relationships in Laravel
- Host: GitHub
- URL: https://github.com/ecreeth/relationships
- Owner: ecreeth
- License: mit
- Created: 2019-06-07T13:42:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T19:36:36.000Z (almost 7 years ago)
- Last Synced: 2025-06-06T06:39:54.286Z (about 1 year ago)
- Topics: artisan, artisan-command, command, console, laravel, laravel-relationships
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

- update the `"require-dev"` prop in your **composer.json** file with `"ecreeth/relationships": "dev-master"`
- Add the next text to your **composer.json** file
```json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ecreeth/relationships"
}
],
```
#### Run the next command in your terminal
```bash
composer update
```
#### And finally run
```bash
php artisan make:relationship
```