Skip to content

dragg/laravel-seed-guarded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Seed Guarded

If you prefer run seeds by default with enabling the mass assignment restrictions in Laravel 5.2+ then you should use it.

Installation

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,

About

Set seeds by default guarded for Laravel 5.2+

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages