development.ini 277 B

12345678910111213
  1. [xdebug]
  2. ; to enable xdebug just set XDEBUG_MODE: debug in .env
  3. xdebug.client_host=host.docker.internal
  4. xdebug.start_with_request=yes
  5. [opcache]
  6. opcache.enable=0
  7. opcache.enable_cli=0
  8. opcache.validate_timestamps=1
  9. opcache.revalidate_freq=0
  10. [date]
  11. date.timezone = Europe/Moscow