PHP code example of jmsr / ddd-laravel

1. Go to this page and download the library: Download jmsr/ddd-laravel library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jmsr / ddd-laravel example snippets

bash
php artisan make-ddd:dump-dependencies
bash
php artisan bashmake-ddd:end-point
bash
php artisan bashmake-ddd:end-point --usecase={complete route of the UseCase}
bash
php artisan bashmake-ddd:injection
bash
php artisan make-ddd:thing