Add storage/app to list of writable folders

This commit is contained in:
Samuel Georges 2015-02-18 17:25:34 +11:00
parent 4e2182138d
commit 5a5db71e5a
2 changed files with 1 additions and 3 deletions

View File

@ -8,6 +8,7 @@ $writablePaths = [
uploads_path().'/public',
uploads_path().'/protected',
base_path().'/storage',
base_path().'/storage/app',
base_path().'/storage/logs',
base_path().'/storage/framework',
base_path().'/storage/cms',

View File

@ -11,12 +11,9 @@ return [
'Illuminate\Foundation\Providers\ConsoleSupportServiceProvider',
'Illuminate\Routing\ControllerServiceProvider',
'Illuminate\Cookie\CookieServiceProvider',
// 'Illuminate\Database\DatabaseServiceProvider',**
'Illuminate\Encryption\EncryptionServiceProvider',
// 'Illuminate\Filesystem\FilesystemServiceProvider',**
'Illuminate\Foundation\Providers\FoundationServiceProvider',
'Illuminate\Hashing\HashServiceProvider',
// 'Illuminate\Mail\MailServiceProvider',**
'Illuminate\Pagination\PaginationServiceProvider',
'Illuminate\Pipeline\PipelineServiceProvider',
'Illuminate\Queue\QueueServiceProvider',