Skip to content

Instantly share code, notes, and snippets.

@x-designs
Created March 14, 2018 22:38
Show Gist options
  • Save x-designs/d670d312f304e9190f15f858228fe2ee to your computer and use it in GitHub Desktop.
Save x-designs/d670d312f304e9190f15f858228fe2ee to your computer and use it in GitHub Desktop.
Clear Symfony Cache
app/console cache:clear --env=prod --no-debug --no-warmup && app/console cache:warmup --env=prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment