File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Based on https://github.com/Cyber-Duck/php-fpm-laravel/tree/7.2
2- FROM php:7.4 -fpm
2+ FROM php:8.2 -fpm
33
44ENV XDEBUG="false"
55
@@ -43,7 +43,7 @@ RUN docker-php-ext-install exif && \
4343 --enable-exif
4444
4545# Install the xdebug extension
46- RUN pecl install xdebug-2.9.8 && docker-php-ext-enable xdebug
46+ RUN pecl install xdebug-3.2.0 && docker-php-ext-enable xdebug
4747# Copy xdebug configration for remote debugging
4848COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
4949
Original file line number Diff line number Diff line change 22Docker environment configuration for Laravel development.
33Contains settings for local development for new project or already existing.
44> Repository provides:
5- - Laravel ^8 .0
6- - PHP 7.4
5+ - Laravel ^9 .0
6+ - PHP 8.2
77- Nginx: stable
88- MySql 8.0
9- - Xdebug 2.9.8
9+ - Xdebug 3.2.0
1010- Redis
1111- Node: latest
1212- LetsEncrypt for production
You can’t perform that action at this time.
0 commit comments