johnf's avatar

How change the Local Filesystems root

Hi, Lumen doesn't support the config folder even if in the vendor/laravel/lumen-framework/config/filesystems.php a configi file exists. Therefore how I can change the default root via ENV variables?

Of course, I'll avoid changing vendor folder...

0 likes
1 reply
johnf's avatar
johnf
OP
Best Answer
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

Please or to participate in this conversation.