Add storage path configuration.

This commit is contained in:
Taylor Otwell
2013-03-26 09:23:41 -05:00
parent 25a84bc000
commit 17b199b6f6
2 changed files with 14 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ ClassLoader::addDirectories(array(
$logFile = 'log-'.php_sapi_name().'.txt';
Log::useDailyFiles(__DIR__.'/../storage/logs/'.$logFile);
Log::useDailyFiles(storage_path().'/logs/'.$logFile);
/*
|--------------------------------------------------------------------------