src/config/file.php
<?php
/*
|--------------------------------------------------------------------------
| File driver configuration
|--------------------------------------------------------------------------
*/
return array(
/*
|--------------------------------------------------------------------------
| Subfolder relative to the storage folder we use to store the files
|--------------------------------------------------------------------------
*/
'storageSubfolder' => 'model',
);