We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d072a3 commit c57b93cCopy full SHA for c57b93c
setup-laravel.sh
@@ -11,6 +11,7 @@ if [[ $laravel == "yes" ]]
11
read appname
12
laravel new $appname
13
cd $appname
14
+ php artisan key:generate
15
fi
16
17
# Update app/bootstrap/start.php with env function
0 commit comments