PHP code example of syedmuhd / module-builder

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

    

syedmuhd / module-builder example snippets


composer 

php artisan builder:install

php artisan builder:generate {module_name}