nWidart / laravel-modules

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

Update Module manifest handling and improvement #1953

Closed alissn closed 1 week ago

alissn commented 1 week ago

Hi,

In this pull request, I've updated the logic to delete disabled modules provider from the manifest file. Additionally, I made some refactors to improve code readability.

fixed #1950