added some installation instructions

This commit is contained in:
Nabeel Shahzad
2017-06-11 08:15:15 -05:00
parent 4d7e038552
commit 4792e21044
2 changed files with 50 additions and 1 deletions

16
.env.example Normal file
View File

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