PHP code example of wythe1101083935 / laravel-model-generator

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

    

wythe1101083935 / laravel-model-generator example snippets


    /**
     * The Artisan commands provided by your application.
     *
     * @var array
     */
    protected $commands = [
        \Wythe\LaravelCommand\MakeModels::class  //这一行代码注册命令,注意第一个\要加
    ];