Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #cache #clear #env #prod #symfony
ADD COMMENT
Topic
Name
9+7 =