Package Data | |
---|---|
Maintainer Username: | dragg |
Maintainer Contact: | dragg.ko@gmail.com (Nikolay Zhidenko) |
Package Create Date: | 2017-01-15 |
Package Last Update: | 2017-01-17 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-26 15:10:56 |
Package Statistics | |
---|---|
Total Downloads: | 758 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
If you prefer run seeds by default with enabling the mass assignment restrictions in Laravel 5.2+ then you should use it.
Require this package with composer using the following command:
composer require dragg/laravel-seed-guarded
After updating composer, add the service provider to the providers
array in config/app.php
Dragg\LaravelSeedGuarded\SeedServiceProvider::class,