PHP code example of delickate / module-generator

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

    

delickate / module-generator example snippets

bash
php artisan module:make-controller PostController Blog
bash
php artisan module:make-model Post Blog
bash
php artisan module:enable Blog
php artisan module:disable Blog
php artisan module:delete Blog
bash
> composer dump-autoload