PHP code example of sontx / laravel-dod

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

    

sontx / laravel-dod example snippets

bash
php artisan make:action myAction
bash
php artisan make:repositoty myRepositoty
bash
php artisan make:repositoty myRepositoty --no-model
bash
php artisan make:dto myDataTransferObject
bash
php artisan make:service myService
bash
php artisan make:view-model myViewModel
bash
php artisan vendor:publish --tag=laravel-dod-config