Skip to content

Commit 17088a4

Browse files
added php artisan app:name to install task
1 parent 5ac9dc8 commit 17088a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-laravel.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [[ $laravel == "yes" ]]
1313
cd $appname
1414
mv .env.example .env
1515
php artisan key:generate
16+
php artisan app:name $appname
1617
fi
1718

1819
echo -n "Need a Git Repository [yes|no] : "

0 commit comments

Comments
 (0)