Created
October 2, 2019 14:14
-
-
Save dillingham/ac618985b2ec6b9aee88ca955cf7a19d to your computer and use it in GitHub Desktop.
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
export PATH=~/.composer/vendor/bin:$PATH | |
fresh() { | |
php artisan migrate:fresh | |
} | |
seed() { | |
php artisan db:seed | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment