voyager-deployment-orchestrator icon indicating copy to clipboard operation
voyager-deployment-orchestrator copied to clipboard

Support for Laravel 8

Open igibek opened this issue 3 years ago • 1 comments

Link to upgrade guide: https://laravel.com/docs/8.x/upgrade#seeder-factory-namespaces During the generation of the seeder files, we need to add the namespaces

Seeders and factories now use namespaced classes. To accommodate for these changes, add a namespace Database/Factories to your factory classes and Database/Seeders to your seeder classes:

Also, the path to store the seeder files should be changed from database/seeds/breads to database/seeders/breads.

The previous database/seeds directory should be renamed to database/seeders.

igibek avatar Sep 10 '20 21:09 igibek

Any news?

gaetandezeiraud avatar Oct 15 '21 18:10 gaetandezeiraud