Commit 5a83fc92 authored by Nicolas Widart's avatar Nicolas Widart

Adding max file size config

parent 315f14bf
......@@ -12,5 +12,12 @@ return [
| Specify all the allowed file extensions a user can upload on the server
|--------------------------------------------------------------------------
*/
'allowed-types' => 'jpg,png'
'allowed-types' => 'jpg,png',
/*
|--------------------------------------------------------------------------
| Determine the max file size upload rate
| Defined in MB
|--------------------------------------------------------------------------
*/
'max-file-size' => '5'
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment