We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d7009 commit 71c58a6Copy full SHA for 71c58a6
README.md
@@ -57,7 +57,7 @@ set :symfony_console_path, "bin/console"
57
set :symfony_console_flags, "--no-debug"
58
59
# Remove app_dev.php during deployment, other files in web/ can be specified here
60
-set :controllers_to_clear, ["app_*.php"]
+set :controllers_to_clear, ["app_*.php", "config.php"]
61
62
# asset management
63
set :assets_install_path, "web"
0 commit comments