Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Symfony2。我有一个config.yml与用户设置。在我的开发环境中,如果我更改用户列表并刷新浏览器,我会立即看到更改。在生产中,即使我尝试清除缓存,我也看不到更改。我需要做什么才能看到生产中的配置更改?
config.yml
尝试使用以下命令清除生产缓存:
php app/console cache:clear --env=prod --no-debug
它不起作用,清除缓存文件夹的内容。