garethnic / seedmytable
Create a solid Laravel database seeder file
dev-master / 1.0.0.x-dev
2016-03-08 19:50 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-11-23 20:04:21 UTC
README
This package creates a solid Laravel DatabaseSeeder.php
file.
Install
Add to your composer.json
:
"garethnic/seedmytable": "dev-master"
Add the garethnic\ServiceProvider to your config/app.php providers array:
garethnic\seedmytable\seedmytableServiceProvider::class,
Then run the following command to copy over the DatabaseSeeder.php
file.
$ vendor:publish --force
This will overwrite your existing DatabaseSeeder.php
file.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
The MIT License (MIT). Please see License File for more information.