PHP code example of 0377 / think-generate-model
1. Go to this page and download the library: Download 0377/think-generate-model 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/ */
0377 / think-generate-model example snippets
composer
php think generate --model=app\common\model\Test
php think generate --path=application/common/model