nWidart / laravel-modules

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

Delete cache of module_status.json #1941

Closed alissn closed 2 weeks ago

alissn commented 2 weeks ago

Hi,

In this pull request, I've removed the caching mechanism for the module_status.json file and switched to reading it directly. The direct read operation is fast and not need cache.

Additionally, I've completely removed the cache-related code from the package and cleaned up unused keys in the config file.