garethnic/seedmytable is a Laravel package for create a solid laravel database seeder file.
It currently has 1 GitHub stars and 10 downloads on Packagist.
Install it with composer require garethnic/seedmytable.
Discover more Laravel packages by garethnic
or browse all Laravel packages to compare alternatives.
Last updated
This package creates a solid Laravel DatabaseSeeder.php file.
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.
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
The MIT License (MIT). Please see License File for more information.