## 模型的定义 创建了一个User.php模型 ```bash php8 artisan make:model User ``` ```php