Versions:
- laravel-modules Version: v12.0.4
- Laravel Version: v12
- PHP Version: 8.4
Description:
atm the ModuleGenerator create files selectivly & without a specific pattern, for example
- it will create all the items under
stubs.files // np
- create all enabled folders from
paths.generator // np
- some files from the
paths.generator like controller, providers, seeder gets created // why those 3 only ?
so why it doesnt create other files as well ? what was the decision based on to create those files but not the others ?