update v1.0.7.7

This commit is contained in:
Sujit Prasad
2016-06-21 18:45:34 +05:30
parent 73f6c8d6e7
commit 48ed88a15e
444 changed files with 1581 additions and 37943 deletions

20
example.env Normal file
View File

@@ -0,0 +1,20 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:aoeOzC+dTVpoHixcncKOfw+mxURy8+E4QVGJCJk44A4=
APP_BUGSNAG=false
APP_URL=http://localhost/sujit/faveo-helpdesk/public/
DB_INSTALL=1
DB_TYPE=mysql
DB_HOST=localhost
DB_PORT=
DB_DATABASE=v1.0.7.5
DB_USERNAME=root
DB_PASSWORD=
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync