Refactor ModuleGenerator
Command to Unwrap Template Files for Better Maintainability
#191
Labels
Milestone
The
ModuleGenerator
command currently generates modules from templates, where the templates are structured as folders containing various PHP files (controllers, middlewares, HTMLs, etc.). These files are wrapped into strings with a return statement, which makes them difficult to read and maintain, especially for larger files like controllers.The text was updated successfully, but these errors were encountered: