Archives by date

You are browsing the site archives by date.

【Symfony2.3】prod環境のキャッシュを消す。

方法。

php app/console cache:clear --no-warmup --env=prod --no-debug

でいける。