return
/*
|--------------------------------------------------------------------------
/*
|--------------------------------------------------------------------------
| Choose which filesystem you wish to use to store the
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Choose one or more of the filesystems you
| in app/config/filesystems.
| Supported: "local",
*/
*/
'filesystem' =>
/*
|--------------------------------------------------------------------------
/*
|--------------------------------------------------------------------------
| The path where the media files will be
|--------------------------------------------------------------------------
*/
|--------------------------------------------------------------------------
*/
'files-path' =>
/*
|--------------------------------------------------------------------------
/*
|--------------------------------------------------------------------------
| Specify all the allowed file extensions a user can upload on the
|--------------------------------------------------------------------------
*/
|--------------------------------------------------------------------------
*/
'allowed-types' => '.jpg,.
/*
|--------------------------------------------------------------------------
/*
|--------------------------------------------------------------------------
| Determine the max file size upload
| Defined in
|--------------------------------------------------------------------------
*/
|--------------------------------------------------------------------------
*/
'max-file-size' =>
/*
|--------------------------------------------------------------------------
/*
|--------------------------------------------------------------------------
| Determine the max total media folder
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Expressed in
*/
*/
'max-total-size' =>
];
];