如何建立模型

laravelsssss發表於2019-01-18

php artisan make:model App\Models\User
根據模型建立資料庫
php artisan admin:make UserController --model=App\Models\User

相關文章