PHP code example of yunkeweb / laravel-ddd

1. Go to this page and download the library: Download yunkeweb/laravel-ddd 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/ */

    

yunkeweb / laravel-ddd example snippets

bash
php artisan ddd:install --no-stubs
php artisan ddd:install --no-autoload
php artisan ddd:install --force
bash
php artisan ddd:module Identity
php artisan ddd:action Identity LoginWithPassword
php artisan ddd:action Identity LoginWithPassword --dto=spatie
php artisan ddd:repository Identity User
php artisan ddd:repository Identity User --no-bind
php artisan ddd:controller Identity LoginController
php artisan ddd:architecture-test
bash
php artisan boost:install --discover
php artisan boost:update --discover