Added APP_URL config

This commit is contained in:
James Brooks
2015-04-19 09:16:59 +01:00
parent 8714f4643d
commit ed88aa841a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost
APP_KEY=SomeRandomString
DB_DRIVER=sqlite