8.10.0
·
32 commits
to development
since this release
Added
- Automatic app layout detection for code generation commands. The CLI now detects whether the project uses a modern layout (with
app/andpublic/directories) or a flat layout, and automatically places generated files in the correct location (e.g.,app/modelsvsmodels,app/handlersvshandlers, etc.).