'local', /* |-------------------------------------------------------------------------- | The path where the media files will be uploaded |-------------------------------------------------------------------------- */ 'files-path' => '/assets/media/', /* |-------------------------------------------------------------------------- | Specify all the allowed file extensions a user can upload on the server |-------------------------------------------------------------------------- */ 'allowed-types' => '.jpg,.png', /* |-------------------------------------------------------------------------- | Determine the max file size upload rate | Defined in MB |-------------------------------------------------------------------------- */ 'max-file-size' => '5', /* |-------------------------------------------------------------------------- | Determine the max total media folder size |-------------------------------------------------------------------------- | Expressed in bytes */ 'max-total-size' => 1000000000, ];