Hi. Is there any way extra config files/folders with config files can be added(similar to f.ex console commands, perhaps)?
Reason for asking is that there a "core" composer package that is used by our system in multiple other laravel apps. That core package consists of multiple "modules" some of which it seems could benefit from some accompanying config, which would have to be added to laravel. The alternative would be to copy those configs to each of the laravel apps, which of course would be really bad maintenance wise..