php - Clear cache in Symfony: `cache:clear` or `rm -rf`?
https://stackoverflow.com/questions/40281360/clear-cache-in-symfony-cacheclear-or-rm-rf
Oct 26, 2016 · Jul 16, 2017 at 22:15 10 ...The actual and effective solution? rm -rf ./app/cache/dev/* ; rm -rf ./app/cache/prod/* then restart your webserver, whatever it is to empty the cache. This is the only effective method. Not the best, not the "follow the best practices, believe in Santa Claus, believe in perfection", but the one that works. Reviews: 3
Reviews: 3
DA: 46 PA: 97 MOZ Rank: 49