Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 146 Bytes

database-seeds.md

File metadata and controls

11 lines (8 loc) · 146 Bytes

Seeding the Database

Fresh Migration:

php artisan migrate:refresh --seed --force
php artisan db:seed --class=ExampleSeeder