nWidart / laravel-modules

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

Refactor `module:model-show` Command for Improved Model Detection #1931

Closed alissn closed 3 weeks ago

alissn commented 4 weeks ago

Hi,

This pull request refactors the module:model-show command to accurately locate models within the correct folder and namespace by removing the app_folder from the namespace.

Additionally, it improves the handling of MissingArguments by integrating Laravel prompt feature.

fixed #1930.