dev-master
9999999-dev https://github.com/garethnic/seedmytableCreate a solid Laravel database seeder file
MIT
The Requires
- illuminate/support ~5.1
- php ~5.5|~7.0
The Development Requires
laravel garethnic seedmytable
Create a solid Laravel database seeder file
This package creates a solid Laravel DatabaseSeeder.php
file., (*1)
Add to your composer.json
:, (*2)
``` bash "garethnic/seedmytable": "dev-master", (*3)
Add the garethnic\ServiceProvider to your config/app.php providers array: ``` php garethnic\seedmytable\seedmytableServiceProvider::class,
Then run the following command to copy over the DatabaseSeeder.php
file., (*4)
``` bash $ vendor:publish --force, (*5)
This will overwrite your existing `DatabaseSeeder.php` file. ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test
Please see CONTRIBUTING and CONDUCT for details., (*6)
The MIT License (MIT). Please see License File for more information., (*7)
Create a solid Laravel database seeder file
MIT
laravel garethnic seedmytable