Add theme key in ENV

This commit is contained in:
DDynamic
2016-02-06 15:24:08 -06:00
parent 3fe74b412d
commit e737b866d5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
APP_ENV=production
APP_DEBUG=false
APP_KEY=SomeRandomString3232RandomString
APP_THEME=default
DB_HOST=localhost
DB_PORT=3306