Skip to content

Instantly share code, notes, and snippets.

@mucahit
Created September 4, 2015 11:50
Show Gist options
  • Save mucahit/fa1300aa2f1205494532 to your computer and use it in GitHub Desktop.
Save mucahit/fa1300aa2f1205494532 to your computer and use it in GitHub Desktop.
Laravel aliases
alias migrate='php artisan migrate'
alias rollback='php artisan migrate:rollback'
alias seed='php artisan db:seed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment