| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A PHP base image mainly for Laravel projects.
Being based on it, this image is a drop-in replacement for the Official PHP image.
The main images come with some commonly used extensions already installed:
The -xdebug and -pcov suffixed images also come with Xdebug and PCOV installed accordingly.
expose_php = Offconst VERSIONS = [
'8.2',
'8.3',
'8.4',
+ '8.5',
];
- const LATEST = '8.4';
+ const LATEST = '8.5';php versions.php./apply-tempaltes.shExample:
docker buildx build -t php:8.5-fpm-alpine-xdebug-test ./8.5/fpm-alpine-xdebug| Back | FazBrowse Home | New Git URL |