{ "manifests": { "symfony/framework-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", "src/": "%SRC_DIR%/" }, "composer-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "env": { "APP_ENV": "dev", "APP_SECRET": "%generate(secret)%" }, "gitignore": [ "/.env.local", "/.env.local.php", "/.env.*.local", "/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php", "/%PUBLIC_DIR%/bundles/", "/%VAR_DIR%/", "/vendor/" ], "post-install-output": [ " * Run your application:", " 1. Go to the project directory", " 2. Create your code repository with the git init command", " 3. Download the Symfony CLI at https://symfony.com/download to install a development web server", "", " * Read the documentation at https://symfony.com/doc" ] }, "files": { "public/index.php": { "contents": [ "import('../config/{packages}/*.yaml');", " $container->import('../config/{packages}/'.$this->environment.'/*.yaml');", "", " if (is_file(\\dirname(__DIR__).'/config/services.yaml')) {", " $container->import('../config/services.yaml');", " $container->import('../config/{services}_'.$this->environment.'.yaml');", " } else {", " $container->import('../config/{services}.php');", " }", " }", "", " protected function configureRoutes(RoutingConfigurator $routes): void", " {", " $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');", " $routes->import('../config/{routes}/*.yaml');", "", " if (is_file(\\dirname(__DIR__).'/config/routes.yaml')) {", " $routes->import('../config/routes.yaml');", " } else {", " $routes->import('../config/{routes}.php');", " }", " }", "}", "" ], "executable": false }, "src/Controller/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "414ba00ad43fa71be42c7906a551f1831716b03c" } } }