I am wondering, if it is possible to make a module, what can overwrite other modules´ config file. (In other words: by php artisan module:publish-config MyModule
command I want to publish to a new config/asgard/dashboard/config.php
file, replacing the original one.
My goal with this, is to make project-depending backend menu structure (or a dynamic menu re-arranger), via a module, using the custom-sidebar
in the config files.