forked from loafle/openapi-generator-original
* Lumen 5.6 support * recall headlines * Update composer.mustache * regenerate lumne php petstore samples * remove output format from lumen routes * Fix: "A facade root has not been set" * Ignore log folder
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
APP_ENV=local
|
|
APP_DEBUG=true
|
|
APP_KEY=
|
|
APP_TIMEZONE=UTC
|
|
|
|
LOG_CHANNEL=stack
|
|
LOG_SLACK_WEBHOOK_URL=
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=homestead
|
|
DB_USERNAME=homestead
|
|
DB_PASSWORD=secret
|
|
|
|
CACHE_DRIVER=file
|
|
QUEUE_DRIVER=sync |