This commit is contained in:
hackerESQ
2025-01-26 20:40:44 -06:00
parent b27edd9818
commit 395eb31801
3 changed files with 11 additions and 5 deletions
+4
View File
@@ -24,6 +24,10 @@ if [[ -z "$APP_KEY" ]]; then
export APP_KEY=base64:$(openssl rand -base64 32)
draw_box $APP_KEY
# persist the ENVs to a file so laravel can access?
fi
for dir in storage/framework/cache storage/framework/sessions storage/framework/views; do