nWidart / laravel-modules

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

Update Module manifest handling and improvement #1953

Closed alissn closed 2 months ago

alissn commented 2 months 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