PHP code example of erenav / makers

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

    

erenav / makers example snippets

bash
php artisan make:dto {name} {--readonly}
bash
php artisan make:enum {name} {--type=int|string}
bash
php artisan makers:publish-stubs
bash
php artisan vendor:publish --tag="makers-config"