doekos / laravel-hexagon
Package to help you setup DDD in your Laravel Project
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/doekos/laravel-hexagon
Requires
- php: ^8.2
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
This package is auto-updated.
Last update: 2025-10-23 10:14:10 UTC
README
Package to help you setup DDD in your Laravel Project.
Install
composer require doekos/laravel-hexagon
Usage
Create new Domain
php artisan hexagon:domain {name}
If this is the first domain the Domains directory will be created under app/Domain along with the specified domain.
License
The MIT License (MIT). Please see License File for more information.