laravel.ini 434 B

12345678910111213141516
  1. date.timezone=UTC
  2. display_errors=Off
  3. log_errors=On
  4. ; Maximum amount of memory a script may consume (128MB)
  5. ; http://php.net/memory-limit
  6. memory_limit = 256M
  7. ; Maximum allowed size for uploaded files.
  8. ; http://php.net/upload-max-filesize
  9. upload_max_filesize = 20M
  10. ; Sets max size of post data allowed.
  11. ; http://php.net/post-max-size
  12. post_max_size = 20M
  13. max_execution_time=600
  14. default_socket_timeout=3600
  15. request_terminate_timeout=600