Skip to content

Instantly share code, notes, and snippets.

@willemwollebrants
Created February 24, 2016 20:21
Show Gist options
  • Save willemwollebrants/2394928c9fb75a93dd43 to your computer and use it in GitHub Desktop.
Save willemwollebrants/2394928c9fb75a93dd43 to your computer and use it in GitHub Desktop.
Clear cache on composer update or package install
{
"scripts": {
"post-update-cmd": "rm -rf cache/*",
"post-package-install": "rm -rf cache/*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment