Level 1
Solved!
Simply you can create a folder config in the Lumen app root. The create your own configuration file, in my issue filesystems.php. You would like copy these file from vendor/laravel/lumen-framework/config/filesystems.php and then edit your customizations data. Lumen still support the Laravel standard config. It is only no - properly - documentated.
1 like