Skip to content

Commit a2e046f

Browse files
authored
add a alias for artisan command (#588)
1 parent e23cebe commit a2e046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sail

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ elif [ "$1" == "composer" ]; then
244244
fi
245245

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

250250
if [ "$EXEC" == "yes" ]; then

0 commit comments

Comments
 (0)