layout: default
title: Getting Started
nav_order: 2
has_children: true
Getting Started
Learn how to install and use Hexagonal Maker Bundle in your Symfony projects.
Quick Links
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!