Skip to content

Instantly share code, notes, and snippets.

@byjamaljama
Last active May 18, 2018 10:49
Show Gist options
  • Save byjamaljama/543ef55e17ea22a2be9c to your computer and use it in GitHub Desktop.
Save byjamaljama/543ef55e17ea22a2be9c to your computer and use it in GitHub Desktop.
Dump Composer autoload, clear Laravel compiled classes and reoptimize everything in one go.
alias optimize="composer dump-autoload && php artisan clear-compiled && php artisan optimize"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment