garethnic / seedmytable by garethnic

Create a solid Laravel database seeder file
10
1
3
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-05-03 15:20:27
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

SeedMyTable

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.