Skip to content

Instantly share code, notes, and snippets.

@byjml
Last active May 18, 2018 10:49
Show Gist options
  • Select an option

  • Save byjml/543ef55e17ea22a2be9c to your computer and use it in GitHub Desktop.

Select an option

Save byjml/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