docker-php
docker-php copied to clipboard
🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
Adds some paragraphs to the docs regarding using `cron` as an alternative when there is no other alternative. On Debian images, it must be installed manually (usually on the production...
# Background - [Sevalla](https://sevalla.com/) started sponsoring this project at $750/mo, which is the largest tier on our Sponsorships page # ToDo With their Sponsorship, we will complete the following tasks...
### Steps To Reproduce TBD ### Outcome #### What did you expect? - TBD #### What happened instead? - TBD ### Affected Docker Images Unit images only ### Anything else?...
## Background PHP images are now available for `8.4-rc` (https://hub.docker.com/_/php/tags?page=&page_size=&ordering=&name=8.4-rc) ## Proposed Solution - [ ] Add `8.4-rc` support to all image variations to prepare for 8.4 availability
### Steps To Reproduce Run cmd + k to search in Firefox ### Outcome Should bring up the search box within the docs ### Affected Docker Images N/A ### Anything...
This PR allows the container to start and create missing the SQLite databases set by the application. It's part of the container `AUTORUN_LARAVEL` scripts. It runs before the migrations. **Is...
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...
As title says. Sometimes you will mount the `/storage` path elsewhere for persistence. Laravel sometimes doesn't play nice if any of these are missing, like using `view:clear` which gives an...
Release v3.6
# 👨🔬 Test this PR You can test the latest changes on our [serversideup/php-dev repo on DockerHub](https://hub.docker.com/r/serversideup/php-dev/tags?name=523-): ``` serversideup/php-dev:523-* ``` (Any thing prefixed with `523` [the PR number] is built...