nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.5k stars 954 forks source link

[feat] handle load files of module #1947

Closed alissn closed 2 weeks ago

alissn commented 2 weeks ago

Hi,

In this pull request, I fixed the issue with loading files defined in module.json. After changing the registration of providers with a single file, the files were not being loaded correctly.

This pull request resolves #1942.