nWidart / laravel-modules

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

Fix Migration Auto-Discovery for Active Modules #1945

Closed alissn closed 2 months ago

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