Skip to main content
  1. Packages/

Diamond Console

Diamond Console
Diamond Console

Artisan command package to handle your Domain Driven Design project that suitable with Laravel base structures, made for comer of Domain Driven Design and advanced.

Installation #

Install Diamond Console with composer

 composer require koalafacade/diamond-console

then after Diamond Console installed run command below to set up your project. The command below will generate namespace in composer and base directory structures.

 php artisan diamond:install

And then run this command for regenerate the autoload class.

composer dump-autoload

Options #

NameDescription
--skip-refactorSkip refactor app path to Infrastructure

Commands #

Application

5 mins
Documentation commands for Application Layer

Domain

2 mins
Documentation commands for Domain Layer