Framework update

This commit is contained in:
2024-08-25 18:26:29 +10:00
parent 7929afeb47
commit daf44c7339
57 changed files with 5809 additions and 4355 deletions

View File

@@ -1,22 +1,25 @@
APP_ADMIN=
APP_NAME=Laravel
APP_NAME_HTML_LONG="<b>Laravel</b>Application"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_DEBUG=false
APP_TIMEZONE=Australia/Melbourne
APP_URL=http://localhost
LOG_CHANNEL=stack
LOG_CHANNEL=daily
DB_CONNECTION=mysql
DB_HOST=database
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=web
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=photo
DB_USERNAME=photo
DB_PASSWORD=
#DB_SCHEMA=photo
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=database
CACHE_STORE=file
QUEUE_DRIVER=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
@@ -24,9 +27,9 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_MAILER=smtp
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null