We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1350017 commit f066bcaCopy full SHA for f066bca
src/init_repo.sh
@@ -10,6 +10,8 @@ cd /var/www/htdoc
10
if [ ! -d "vendor" ]; then
11
# Run composer install
12
composer install
13
+ cp .env.example .env
14
+ php artisan key:generate
15
fi
16
17
# Then, execute the main command, e.g., starting PHP-FPM
0 commit comments