This commit is contained in:
hackerESQ
2025-01-26 21:20:02 -06:00
parent 497efcfa76
commit 46707c1149
+1 -4
View File
@@ -24,10 +24,6 @@ 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
@@ -46,6 +42,7 @@ if [ ! -L "public/storage" ]; then
fi
echo -e "\n====================== Running migrations... ====================== "
echo $DB_CONNECTION
run_migrations() {
artisan_as_www_user "migrate --force"
}