Thursday, April 13, 2017

Laravel 5.4 Seeds not seeding all tables

I'm seeding in Laravel 5.4 but it only seeds one table, the others are not seeded. The seeders were created using the command:

php artisan make:seeder seederName



via codeOverflow

Advertisement