Package Data | |
---|---|
Maintainer Username: | garethnic |
Maintainer Contact: | gareth.nic@gmail.com (Gareth Nicholson) |
Package Create Date: | 2016-03-08 |
Package Last Update: | 2016-03-08 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:17:05 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.