Luracast / Laravel-Database

Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
85 stars 12 forks source link

Seeders not working #15

Open mark-f21 opened 2 years ago

mark-f21 commented 2 years ago

Laravel v8 changed location of seeder files and their namespace. As a result db:seed command errors out trying to run seeders created by make:seed command.