-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add php artisan config:clear
on Deployments
#303
Labels
⚡️ Enhancement
Items that are new features requested to be added.
Comments
jaydrogers
added
the
🧐 Bug: Needs Confirmation
Something isn't working, but needs to be confirmed by a team member.
label
Apr 5, 2024
jaydrogers
added
⚡️ Enhancement
Items that are new features requested to be added.
and removed
🧐 Bug: Needs Confirmation
Something isn't working, but needs to be confirmed by a team member.
labels
Apr 18, 2024
jaydrogers
added a commit
that referenced
this issue
Apr 18, 2024
jaydrogers
added a commit
that referenced
this issue
Apr 22, 2024
* Update PHP patch versions to 8.1.28, 8.2.18, and 8.3.6 * Removed NGINX_USER variable * Changed FPM-NGINX to be unprivileged * Improved readability of health check * Improved health check * Simplified NGINX config * Set cert to not be a CA cert * Configured Apache directories for changing permissions * Changed Apache to run as unprivileged * Converted NGINX Unit to be unprivileged * Dropped permissions on CLI image * Improve UX with better healthcheck notifications * Added empty line for easier expansion by scripts * Refactor .env.example file in docs directory * Remove beta notice * Add unprivileged by default support for Docker images * Added hetzner * Add default configurations for unprivileged Docker images * Update Dockerfile examples in upgrade guide * Improved syntax highlighting * Updated versions in README * Renamed provided PHP ini file per #242 (comment) * Documented PHP ini customizations. Fixes #242 * Restructured the docs * Update redirect paths in DocumentDrivenNotFound.vue * Updated docs on Laravel Automations script * Update Laravel task scheduler documentation and Docker Compose example * Update Laravel task scheduler documentation and Docker Compose example * Update links in Laravel Automations documentation * Update Laravel task scheduler documentation and Docker Compose example * Update Laravel queue and Laravel Horizon documentation * Clear config cache before running migrations. Fixes #303 * Remove comment * Added file permissions docs * Update Docker image migration guide * Removed old beta docs * Added privileges * Update command reference documentation * Update contributing guide with link to docs contribution instructions * Fixed links * Update static site generation command in service_deploy-static-site.yml * Added helpful notes to the migration guide * Changed format of docker-php-serversideup-set-id * Added /var/www/html/ to chown * Update migration guide with PHP_FPM_POOL_NAME rename * Fix SSL keypair generation in 10-init-webserver-config.sh * Add PHP_OPCACHE_ENABLE=1 to production environment for increased performance * Improved get-php-versions script to accept null values and rely more on the Official PHP data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
docker-php/src/common/etc/entrypoint.d/50-laravel-automations.sh
Lines 40 to 118 in c2e3618
Proposed solution
php artisan config:clear
before the migrationThe text was updated successfully, but these errors were encountered: