# Installation
# Requirement
The package requires:
- PHP 8.1 or higher
- Laravel 10.x or higher
# Installation
You can install the package via composer:
composer require thejano/laravel-domain-driven-design
You can publish the config file with:
php artisan vendor:publish --tag="laravel-domain-driven-design"
The config file contains the default namespace and scaffold structure.
← Introduction Usage →