nWidart / laravel-modules

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

Fix Migration Auto-Discovery for Active Modules #1945

Closed alissn closed 2 weeks ago

alissn commented 2 weeks ago

Hi,

This pull request addresses the issue of migration auto-discovery by ensuring that only active modules have their migrations registered. Instead of using glob based on file paths, the process now utilizes the allEnabled() method from the package to register migrations.

resolves #1943