Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds opt-in seeding #404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DarkGhostHunter
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant