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

Enhance Makefile Shell Targets #113

Merged
merged 3 commits into from
Jan 6, 2025
Merged

Conversation

shahghasiadil
Copy link
Contributor

This PR improves the Makefile by enhancing the shell and shell:app targets for interacting with the app container.

Changes:
Dynamic shell Target:

Allows running custom commands inside the container using COMMAND.
Example: make shell COMMAND="php artisan migrate".
Static shell:app Target:

Provides an interactive shell session in the container.
Example: make shell:app.
Benefits:
Simplifies running Laravel commands or scripts.
Retains interactive debugging capabilities with shell:app.

@smortexa smortexa merged commit cc93ce1 into exaco:main Jan 6, 2025
13 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.

2 participants