Commit 4f87d522 authored by Nicolas Widart's avatar Nicolas Widart

Adding a configuration file

parent 1def1ae5
<?php
return [
/*
|--------------------------------------------------------------------------
| The path where the media files will be uploaded
|--------------------------------------------------------------------------
*/
'file-path' => '/assets/media',
/*
|--------------------------------------------------------------------------
| Specify all the allowed file extensions a user can upload on the server
|--------------------------------------------------------------------------
*/
'allowed-types' => 'jpg,png'
];
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