2009A

第一单元笔记


Laravel

<h2>创建laravel框架指令</h2> <h5>php artisan make:</h5> <p>打开所有指令</p> <h5>php artisan make:command QueryList</h5> <p>数据抓取 /app/comsole/commands/QueryList.php</p> <h5>php artisan make:model Arts -mfsc</h5> <p>生产模型类</p> <h5>composer create-project laravel/laravel</h5> <p>安装框架</p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=d0bcc01cfe001e130fd4fca3931259a3&amp;file=file.PNG" alt="" /> 书写指令名称</p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=f7685583e7710e2729ae4372740ebd66&amp;file=file.PNG" alt="" /> 执行指令方法</p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=3705bac4f5d28e088916e23db95b3a49&amp;file=file.PNG" alt="" /></p> <p>安装 <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=eefe7057a7ece0acdb0b273347ca5468&amp;file=file.PNG" alt="" /></p>

页面列表

ITEM_HTML