Skip to content

Commit b056b94

Browse files
author
Kevin Buchholz
committed
add seed alias
1 parent b70324c commit b056b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home/app/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# useful aliases
22
alias ll='ls -la'
33
alias artisan="php artisan"
4+
alias seed="artisan migrate:fresh --seed"

0 commit comments

Comments
 (0)