We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70324c commit b056b94Copy full SHA for b056b94
home/app/.bashrc
@@ -1,3 +1,4 @@
1
# useful aliases
2
alias ll='ls -la'
3
alias artisan="php artisan"
4
+alias seed="artisan migrate:fresh --seed"
0 commit comments