<?php return [ /* |-------------------------------------------------------------------------- | 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' ];