diff --git a/public/index.php b/public/index.php index b5e37b4..85dbb74 100644 --- a/public/index.php +++ b/public/index.php @@ -12,6 +12,11 @@ ini_set(option: 'display_startup_errors', value: 1); // no one sane should ignore deprecations error_reporting(error_level: E_ALL); +// just during dev +opcache_reset(); + + + session_start(); require dirname(path: __DIR__) . '/src/bootstrap.php';