PHP code example of jixk / make-mscr

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

    

jixk / make-mscr example snippets

 bash
# php artisan make:mscr 数据库表名 文件名  数据库连接名(可选参数)
php artisan make:mscr user_info User/UserInfo database