so I'm present at the birth of a new Laravel project and they want to use "Laravel Modules" (https://github.com/nWidart/laravel-modules)
Can anybody explain why that's a good idea vs. just creating f.e. `src/Package/MyPackage/MyServiceProvider.php`
?
(this project will never use multiple repos)