PHP code example of duyphan2502 / hmvc-tools

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

    

duyphan2502 / hmvc-tools example snippets

$xslt
php artisan module:create <module-name>
$xslt
php artisan module:make:migration <module-name> <your_migration_name> {--create=table} {--table=table}