Skip to content

Commit

Permalink
add a alias for artisan command (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvvtf authored Jun 16, 2023
1 parent e23cebe commit a2e046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sail
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ elif [ "$1" == "composer" ]; then
fi

# Proxy Artisan commands to the "artisan" binary on the application container...
elif [ "$1" == "artisan" ] || [ "$1" == "art" ]; then
elif [ "$1" == "artisan" ] || [ "$1" == "art" ] || [ "$1" == "a" ]; then
shift 1

if [ "$EXEC" == "yes" ]; then
Expand Down

0 comments on commit a2e046f

Please sign in to comment.