Skip to content

Instantly share code, notes, and snippets.

@aquasmit
Last active May 25, 2016 06:47
Show Gist options
  • Save aquasmit/a1aee1869cac019c6a838abc2feb6b91 to your computer and use it in GitHub Desktop.
Save aquasmit/a1aee1869cac019c6a838abc2feb6b91 to your computer and use it in GitHub Desktop.
Laravel Commands
  • Get the current Laravel version

$ php artisan --version

  • If you want to clear the compiled classes

php artisan clear-compiled

  • If you want to clear the application cache

php artisan cache:clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment