Laravel php server images, php-fpm or apache2+php
1.7K
Add PHP extensions support on php and apache2:
zip
intl
mbstring
mcrypt
pcntl
redis
memcached
mysqli
pdo
pdo_mysql
pdo_pgsql
pgsql
zip
opcache
xdebug
| Tag | Php version | Laravel version |
|---|---|---|
| 7.1.33-x | 7.1.33 | 6.x |
| 7.2.5-x | 7.2.5 | 7.x |
| 7.4.14-x | 7.4.14 | 8.x |
add in /usr/local/etc/php/php.ini:
New Xdebug 3:
[XDebug]
xdebug.mode = debug
xdebug.start_with_request = yes
; your local ip
xdebug.client_host = 192.168.3.32
xdebug.client_port = 9000
xdebug.log = /var/log/php/xdebug.log
Old Xdebug:
[XDebug]
xdebug.idekey = vscode
xdebug.remote_autostart = true
xdebug.remote_mode = req
xdebug.remote_enable = true
xdebug.remote_host = 192.168.3.32
xdebug.remote_port = 9000
xdebug.remote_log = /var/log/apache2/xdebug.log
Content type
Image
Digest
Size
388 MB
Last updated
about 5 years ago
docker pull wangsying/php:7.4.14-fpm-buster