We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a
1 parent e23cebe commit a2e046fCopy full SHA for a2e046f
bin/sail
@@ -244,7 +244,7 @@ elif [ "$1" == "composer" ]; then
244
fi
245
246
# Proxy Artisan commands to the "artisan" binary on the application container...
247
-elif [ "$1" == "artisan" ] || [ "$1" == "art" ]; then
+elif [ "$1" == "artisan" ] || [ "$1" == "art" ] || [ "$1" == "a" ]; then
248
shift 1
249
250
if [ "$EXEC" == "yes" ]; then
0 commit comments