handleAllThrowables(true); $config->annotations([ 'enabled' => FALSE ]); $config->session([ 'handler_id' => NULL, 'cookie_secure' => 'auto', 'cookie_samesite' => 'strict', ]); $config->secret('%env(APP_SECRET)%') ->defaultLocale('en') ->httpMethodOverride(TRUE) ->phpErrors(['log' => TRUE]); };