Defice transformer for legacy support.

This commit is contained in:
2021-01-07 12:30:46 -08:00
parent dfa0b6505d
commit 498a71fc71
4 changed files with 42 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_KEY=base64:xVtSpoWE/jaVTqvkBLSMsqTmkLc6GXTZ/1Hu5t2tIww=
APP_DEBUG=true
APP_URL=http://localhost
APP_URL=http://example-app.test
LOG_CHANNEL=stack
LOG_LEVEL=debug
@@ -10,9 +10,9 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=example_app
DB_DATABASE=simple_home
DB_USERNAME=root
DB_PASSWORD=
DB_PASSWORD=toor
BROADCAST_DRIVER=log
CACHE_DRIVER=file