doekos/laravel-hexagon

Package to help you setup DDD in your Laravel Project

1.0.1 2023-11-01 14:17 UTC

This package is auto-updated.

Last update: 2024-12-30 02:52:45 UTC


README

Software License

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.