Change the .env.dev.example file to remove the storage path

This commit is contained in:
Nabeel Shahzad
2017-12-13 09:46:36 -06:00
parent 300ddb8475
commit 86c727ba55

View File

@@ -9,7 +9,6 @@ APP_LOG_LEVEL=debug
APP_LOG_MAX_FILES=7
DB_CONNECTION=sqlite
DB_DATABASE=storage/dev.sqlite
CACHE_DRIVER=array
CACHE_PREFIX=