Expand .gitignore for Laravel, update README with one-command setup, simplify env configs

This commit is contained in:
2026-03-09 03:48:40 +02:00
parent 17dbdad28b
commit c5260e652b
144 changed files with 16041 additions and 1709 deletions

View File

@@ -22,7 +22,7 @@ LOG_LEVEL=debug
DB_CONNECTION=sqlite
DB_DATABASE=/var/www/html/database/database.sqlite
SESSION_DRIVER=redis
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
@@ -35,6 +35,8 @@ QUEUE_CONNECTION=redis
CACHE_STORE=redis
CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=redis
REDIS_PASSWORD=null
@@ -49,12 +51,10 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"
# Error Logging - Flare (https://flareapp.io)
# Get your key at: https://flareapp.io
FLARE_KEY=
# Ignition Settings (Development)
IGNITION_THEME=auto
IGNITION_EDITOR=vscode