nWidart / laravel-modules

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

Change `Multiselect` to `Multisearch` in BaseCommand #1910

Closed alissn closed 1 month ago

alissn commented 2 months ago

Hi,

In this pull request, I have changed multiselect to multisearch in the Laravel prompt. This modification allows for faster searching and selection of modules, which is especially useful when the module list is loaded with priority, such as in the migrate command.

This improvement enhances the efficiency of managing projects with many modules.

Thanks.