Blogger Information
Blog 26
fans 0
comment 3
visits 19784
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
通过artisan和手动创建模型,并通过配置数据库实现从表中获取数据3、在控制器中引用模型,通过模型方法获取数据库中的数据,并输出 2019.11.1
西门吃雪
Original
767 people have browsed it

11月1号作业1、通过artisan和手动创建控制器,并通过设置路由访问
2、通过artisan和手动创建模型,并通过配置数据库实现从表中获取数据3、在控制器中引用模型,通过模型方法获取数据库中的数据,并输出
4、作业发到博客上

首先在找到artisan创建控制器 打开命令窗口 shift加鼠标右击可以看见
并且输入如下命令
php artisan make:controller Home
截图如下

然后在web.php~~~

Route::get(‘/home’, ‘home@index’);
就可以路由访问了

然后我们将控制器写上逻辑如图下
然后我们通过.env先连上我们准备好的表明

接下来查询表明 和主键查询uid![]
最后通过浏览器输出

Correction status:qualified

Teacher's comments:合格, 继续
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post