garethnic/seedmytable

Create a solid Laravel database seeder file
10 1
Install
composer require garethnic/seedmytable
PHP:~5.5|~7.0
License:MIT
Last Updated:Mar 8, 2016
Links: GitHub  ·  Packagist
Maintainer: garethnic

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.

Related Packages

garethnic/laracrypt

Add database encryption to laravel

0 1
garethnic/unique

A Laravel package to make uuid fields in a database table

8 3
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,257 0
andhikamaheva/date

A date library to help you work with dates in different languages

13 1