nWidart / laravel-modules

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

Manual module registration #1911

Closed abdokouta closed 2 weeks ago

abdokouta commented 2 months ago

I would like to ask if it possible to register a module manually via service provider instead of the JSON file.

dcblogdev commented 2 weeks ago

no its not the modules currently require the module.json file to load the service provider.