From 10be45b22df3416fde194154b33901d865100b87 Mon Sep 17 00:00:00 2001 From: Marius Vallas Date: Fri, 16 Jun 2023 21:59:15 +0200 Subject: [PATCH] add `a` alias for artisan command --- bin/sail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sail b/bin/sail index 810a32ee..8a9d1fb9 100755 --- a/bin/sail +++ b/bin/sail @@ -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