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

Fixes : debug mode disabled and composer dev dependencies not installed in dev container #16010

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

AnouarTouati
Copy link
Contributor

This addresses the issues i described here #15751. this fix changes the Dockerfile.alpine which also used by docker-alpine.yml workflow

also enables debug in the Laravel app.

Copy link

what-the-diff bot commented Dec 29, 2024

PR Summary

  • Enabled Debugging in the Development Environment
    The setting for application debugging (APP_DEBUG) in the development environment's file, .env.dev.docker, has been shifted from false (off) to true (on). This change is designed to assist with identifying and resolving issues during development due to its ability to provide more detailed information when something doesn't work as expected.

  • Development Dependencies Installation In The Docker File
    The composer install command in Dockerfile.alpine has been updated to allow the installation of development dependencies. This has been achieved by removing the --no-dev flag. This change will provide developers with tools and libraries that are necessary during development but not needed in production.

@AnouarTouati AnouarTouati marked this pull request as ready for review December 29, 2024 16:47
@AnouarTouati AnouarTouati requested a review from snipe as a code owner December 29, 2024 16:47
@snipe snipe merged commit 4a6a94a into snipe:develop Jan 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants