Created
September 4, 2015 11:50
-
-
Save mucahit/fa1300aa2f1205494532 to your computer and use it in GitHub Desktop.
Laravel aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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