直接上效果圖: 其實(shí)很簡(jiǎn)單,但是網(wǎng)上說(shuō)的亂七八糟,實(shí)在看不下去了。 修改配置 D:\ProjectsWechat\KiddoPath.vscode\launch.json "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "log": true, "port": 9004 }, .... ...
生成內(nèi)容如下: <?php namespace app\model; use support\Model; class MsDspNotice extends Model { protected $table = 'ms_notice'; // 其他模型配置... protected $primaryKey = 'id'; protected $fillable = [ ...