Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aleksandar-babic/af29cc1c8067ab833ffaed9782039065 to your computer and use it in GitHub Desktop.
Save aleksandar-babic/af29cc1c8067ab833ffaed9782039065 to your computer and use it in GitHub Desktop.
Clear magento 2 cache after module enable/disable shell alias
alias clear-magento='rm -rf var/cache/* var/generation/* var/page_cache/* var/di/* var/view_preprocessed/*; bin/magento cache:flush; bin/magento setup:upgrade; bin/magento setup:di:compile; bin/magento setup:static-content:deploy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment