laravelhexagen
v1.1.0
Published
Hexagonal Architecture Scaffolding for Laravel - Vortex Solutions
Readme
LaravelHexaGen 🐘
Enterprise-grade CLI for scaffolding Laravel applications with Modular Hexagonal Architecture.
Developed by rbaezc. Licensed to Vortex Solutions.
🚀 Installation
npx laravelhexagen init MyProject🏗️ Architecture
This tool enforces a strict separation of concerns:
- Domain: Pure PHP entities and repository interfaces.
- Application: Business logic through Use Cases.
- Infrastructure: Support for Eloquent, Doctrine, Cycle ORM, and Query Builder.
🛠️ CLI Reference
init <name>
Scaffolds a modular hexagonal directory structure.
gen <type> <name>
Generates hexagonal artifacts.
<type>:context,entity,use-case,repository,controller.
Developed by rbaezc. Licensed to Vortex Solutions.
