Skip to content

fix: update db:seed command to use APP variable in Taskfile - #11

Merged
roble merged 1 commit into
mainfrom
dev-v2
Jun 20, 2026
Merged

fix: update db:seed command to use APP variable in Taskfile#11
roble merged 1 commit into
mainfrom
dev-v2

Conversation

@roble

@roble roble commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the db:seed task in the Taskfile.yml to use the APP variable when running the seed command. This ensures the correct PHP binary or environment is used, improving consistency across different setups.

  • Updated the db:seed task's command to use '{{.APP}} php artisan modules:seed --module=themes' instead of hardcoding php, allowing for environment-specific PHP executables.

@roble
roble merged commit 7615f87 into main Jun 20, 2026
3 checks passed
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