inakianduaga/eloquent-external-storage

View on GitHub
src/config/file.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
|--------------------------------------------------------------------------
| File driver configuration
|--------------------------------------------------------------------------
*/
return array(


    /*
    |--------------------------------------------------------------------------
    | Subfolder relative to the storage folder we use to store the files
    |--------------------------------------------------------------------------
    */

    'storageSubfolder' => 'model',

);