laravel沒(méi)有model文件夾怎么用artisan創(chuàng)建model
1 回答

紅顏莎娜
TA貢獻(xiàn)1842條經(jīng)驗(yàn) 獲得超13個(gè)贊
1. 用 php artisan make:model NAME 來(lái)創(chuàng)建 model
2. 在需要調(diào)用model的腳本開(kāi)頭,寫(xiě) use App/NAME, 比如你要用laravel5 的默認(rèn)user model,就要 use App/User;
- 1 回答
- 0 關(guān)注
- 1357 瀏覽
添加回答
舉報(bào)
0/150
提交
取消