Commit af8c1e1a authored by Nicolas Widart's avatar Nicolas Widart

Adding the filesystem option on publish media config file

parent f250ed33
<?php <?php
return [ return [
/*
|--------------------------------------------------------------------------
| Choose which filesystem you wish to use to store the media
|--------------------------------------------------------------------------
| Choose one or more of the filesystems you configured
| in app/config/filesystems.php
| Supported: "local", "s3"
*/
'filesystem' => 'local',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| The path where the media files will be uploaded | The path where the media files will be uploaded
......
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