- [xdebug]
- ; to enable xdebug just set XDEBUG_MODE: debug in .env
- xdebug.client_host=host.docker.internal
- xdebug.start_with_request=yes
- [opcache]
- opcache.enable=0
- opcache.enable_cli=0
- opcache.validate_timestamps=1
- opcache.revalidate_freq=0
- [date]
- date.timezone = Europe/Moscow
|