docker-php icon indicating copy to clipboard operation
docker-php copied to clipboard

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!

Results 86 docker-php issues
Sort by recently updated
recently updated
newest added

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...

⚡️ Enhancement

### Steps To Reproduce TBD ### Outcome #### What did you expect? - TBD #### What happened instead? - TBD ### Affected Docker Images Unit images only ### Anything else?...

🧐 Bug: Needs Confirmation
🙏 Help Wanted

## 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

⚡️ Enhancement
✋ Status: Blocked
🥶 Bug: Upstream Dependency

### 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...

🧐 Bug: Needs Confirmation

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...

# 👨‍🔬 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...