'S3CRET', 'test' => true, 'router' => ['utf8' => true], 'http_method_override' => false, 'php_errors' => [ 'log' => true, ], ]; // the "handle_all_throwables" option was introduced in FrameworkBundle 6.2 (and so was the NotificationAssertionsTrait) if (trait_exists(NotificationAssertionsTrait::class)) { $config['handle_all_throwables'] = true; } $c->loadFromExtension('framework', $config); $c->loadFromExtension('twig', [ 'default_path' => __DIR__.'/views', ]); $c->register(StrikethroughExtension::class)->addTag('twig.markdown.league_extension'); } protected function configureRoutes($routes): void { } }