Init commit, env setup, docker + laravel initial install, 1h 25min spent

This commit is contained in:
Ilya Rogozhin
2026-06-09 14:28:44 +02:00
commit d87eca9ebb
71 changed files with 11371 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
memory_limit = 2G
max_execution_time = 18000
display_errors = On
display_startup_errors = On
upload_max_filesize = 32M
post_max_size = 32M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
error_log = /var/log/php_error.log
opcache.enable=1
opcache.validate_timestamps=1
opcache.revalidate_freq=0