Closed lazosweb closed 2 months ago
I just found the new one "ModuleManifest", which still read from the module.json
, but only the priority
and providers
are taken into account, so the files
aren't loaded. Probably need the implementation for that.
And this causes the BootstrapServiceProvider redundant.
thanks, yes looks like you're right. I'll look at getting files supported.
Versions:
Description:
In my modules I used to load the helpers using the files array inside the module.json.
With the update to 11.1.0, that broke and it does not load my helpers.php and I had to move them into the module's composer.json or go back to 11.0.11.
After further investigation... On the latest release $this->app->register(\Nwidart\Modules\Providers\BootstrapServiceProvider::class); is commented out and will not register the files.