We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffea85 commit c1e8e95Copy full SHA for c1e8e95
workspace/aliases.sh
@@ -68,7 +68,7 @@ alias fresh="php artisan migrate:fresh"
68
alias migrate="php artisan migrate"
69
alias refresh="php artisan migrate:refresh"
70
alias rollback="php artisan migrate:rollback"
71
-alias seed="php artisan:seed"
+alias seed="php artisan db:seed"
72
alias serve="php artisan serve --quiet &"
73
74
alias phpunit="./vendor/bin/phpunit"
0 commit comments