#16 update scaffolding and remove accidentally committed settings file

This commit is contained in:
Nabeel Shahzad
2017-06-20 15:17:40 -05:00
parent ee8cb7e9e0
commit 3f83e1bf3d
7 changed files with 7 additions and 36 deletions

15
.env.dev.example Normal file
View File

@@ -0,0 +1,15 @@
APP_ENV=dev
APP_KEY=base64:ve66Z5Kt/zTN3p++0zOPu854PHfZkwJE5VuoFAlzHtI=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_SETTINGS_STORE=json
DB_CONNECTION=local
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=array