initial commit

- lumen installed
- docker env setup
This commit is contained in:
2017-05-13 09:19:06 -04:00
commit a00013f570
43 changed files with 6043 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_TIMEZONE=UTC
DB_CONNECTION=pgsql
DB_HOST=db
DB_PORT=5432
DB_DATABASE=tripbuilder
DB_USERNAME=tripbuilder
DB_PASSWORD=jqbdui1bdb
CACHE_DRIVER=redis
QUEUE_DRIVER=sync