docker-php
docker-php copied to clipboard
Adds opt-in seeding
This adds the ability to seed the database.
Laravel can seed the database without confirmation when the application is not on production. By using this ability to confirm, the seeding can be enabled by setting AUTORUN_LARAVEL_SEED to either true or the class name of the Database Seeder.
This step runs after the migration step.