Getting Started
Learn how to install and use Hexagonal Maker Bundle in your Symfony projects.
Quick Links
- Installation - Install and configure the bundle
- Quick Start - Generate your first module in 2 minutes
- First Module - Complete walkthrough of building a module
What You’ll Learn
In this section, you’ll learn:
- How to install the bundle via Composer
- How to configure Doctrine for hexagonal architecture
- How to generate your first complete module
- How to understand the generated file structure
Prerequisites
Before starting, make sure you have:
- PHP 8.1 or higher
- Symfony 6.4+ or 7.x
- Basic understanding of Symfony
- Composer installed
Let’s get started!