Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 504 Bytes

symfony.md

File metadata and controls

39 lines (26 loc) · 504 Bytes

Symfony

handy commands

print out all of th current configuration

php bin/console debug:config twig

print out tree of example

php bin/console config:dump twig

print out cache pool list

php bin/console cache:pool:list

clear cache

php bin/console cache:clear

warmup cache, build cache before the first request!

php bin/console cache:warmup

clear out cache from selected pool

php bin/console cache:pool:clear cache.app