auto-generate app key
This commit is contained in:
+2
-1
@@ -144,9 +144,10 @@ ynh_script_progression --message="Building the application..."
|
||||
|
||||
pushd "$final_path"
|
||||
# Run the database migrations and initially fill the db
|
||||
php$phpversion artisan optimize --no-interaction --verbose
|
||||
php$phpversion artisan key:generate --no-interaction --verbose
|
||||
php$phpversion artisan migrate:fresh --seed --no-interaction --verbose --force
|
||||
php$phpversion artisan ninja:create-account --email $email --password changeme --no-interaction --verbose
|
||||
php$phpversion artisan optimize --no-interaction --verbose
|
||||
php$phpversion artisan view:clear
|
||||
php$phpversion artisan cache:clear
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user