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

Voyager Deployment Orchestrator - Generate Seed Files for BREAD and table.

Results 4 voyager-deployment-orchestrator issues
Sort by recently updated
recently updated
newest added

When trying to run php artisan db:seed --class=VoyagerDeploymentOrchestratorSeeder I got an error that it couldn't find the seeder file in /database/breads/seeds. The seeder files are of course in /database/seeds/breads. I...

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...

Hi, i'm getting the following error [DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem] does not exist. Using Laravel Framework 6.18.38 It happens every time i do a require composer require drudge-rajen/voyager-deployment-orchestrator, php artisan optimize, composer dump-autoload......

Firstly - Great Tool! It helps a lot. Secondly - There is some issues with the generated timestamps in the seeders. When $ CompaniesBreadTypeAdded.php ``` \DB::table('data_types')->insert([ ... 'created_at' => '2020-04-18T18:58:51.000000Z'...