Files
Laravel-Docker-Dev-Template/docker/php/local.ini
2026-03-06 08:57:05 +02:00

16 lines
329 B
INI

; PHP Configuration for Development
upload_max_filesize = 100M
post_max_size = 100M
max_execution_time = 600
memory_limit = 512M
; Error reporting
display_errors = On
display_startup_errors = On
error_reporting = E_ALL
; Opcache settings (disabled for development for live reloading)
opcache.enable = 0
opcache.enable_cli = 0