nWidart / laravel-modules

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

Cache modules_path #1937

Closed peter-mw closed 3 weeks ago

peter-mw commented 3 weeks ago

I have a slow module loading when I have more than 80 modules.

Same as #634

Adding cache to this function partially solves the problem.

peter-mw commented 3 weeks ago

the issue seems to be on the config read, not module path , closing this PR

alissn commented 3 weeks ago

hi, please use dev-master version until release new version.

on #1921 i solved this issue.