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 1
1
# 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
3
3
4
4
ENV XDEBUG="false"
5
5
@@ -43,7 +43,7 @@ RUN docker-php-ext-install exif && \
43
43
--enable-exif
44
44
45
45
# 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
47
47
# Copy xdebug configration for remote debugging
48
48
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
49
49
Original file line number Diff line number Diff line change 2
2
Docker environment configuration for Laravel development.
3
3
Contains settings for local development for new project or already existing.
4
4
> Repository provides:
5
- - Laravel ^8 .0
6
- - PHP 7.4
5
+ - Laravel ^9 .0
6
+ - PHP 8.2
7
7
- Nginx: stable
8
8
- MySql 8.0
9
- - Xdebug 2.9.8
9
+ - Xdebug 3.2.0
10
10
- Redis
11
11
- Node: latest
12
12
- LetsEncrypt for production
You can’t perform that action at this time.
0 commit comments