Skip to content

Instantly share code, notes, and snippets.

@dillingham
Created October 2, 2019 14:14
Show Gist options
  • Save dillingham/ac618985b2ec6b9aee88ca955cf7a19d to your computer and use it in GitHub Desktop.
Save dillingham/ac618985b2ec6b9aee88ca955cf7a19d to your computer and use it in GitHub Desktop.
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