Answers for "cache clear env prod symfony 3.4"

0

cache clear env prod symfony 3.4

# clear (and warm up) the cache of the 'prod' environment
php bin/console cache:clear --env=prod

# this is equivalent:
php bin/console cache:clear --no-warmup -e prod
Posted by: Guest on May-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language