Install Laravel.
This commit is contained in:
8
docker/dev/php/config/php.ini
Normal file
8
docker/dev/php/config/php.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
date.timezone = Asia/Almaty
|
||||
|
||||
display_errors = 1
|
||||
error_reporting = E_ALL
|
||||
post_max_size = 1024m
|
||||
upload_max_filesize = 1024m
|
||||
memory_limit = 512M
|
||||
|
4
docker/dev/php/config/xdebug.ini
Normal file
4
docker/dev/php/config/xdebug.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
xdebug.remote_enable = 1
|
||||
xdebug.remote_autostart = 1
|
||||
xdebug.remote_connect_back = 1
|
||||
xdebug.remote_idekey = PHPSTORM
|
Reference in New Issue
Block a user