I'm using nWidart / laravel-modules To create modules in a laravel project. Is there any way I can make modules in two or more different folders? Like
AdminModules/
All Admin modules are here.
UserModules/ All User modules are here.
I tried changing the namespace and path in module.php but don't know how to do it for two directories simultaneously.