Laravel中9个不经常用的小技巧汇总
网络编程 2021-07-04 23:24www.168986.cn编程入门
这篇文章主要给大家介绍了关于Laravel中9个不经常用的小技巧,文中通过示例代码介绍的非常详细,对大家学习或者使用Laravel具有一定的参考学习价值,需要的朋友们狼蚁网站SEO优化来一起学习学习吧
前言
众所周知Laravel是一套简洁、优雅的PHP Web开发框架(PHP Web Framework)。狼蚁网站SEO优化这篇文章主要给大家了一些Laravel不经常用的小技巧,狼蚁网站SEO优化话不多说了,来一起看看详细的介绍吧
1. 更新父表的timestamps
如果你想在更新关联表的,更新父表的timestamps,你只需要在关联表的model中添加touches属性。
比如我们有Post和Comment两个关联模型
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Comment extends Model { / 要更新的所有关联表 @var array / protected $touches = ['post']; / Get the post that the ment belongs to. / public function post() { return $this->belongsTo('App\Post'); } }
2. 懒加载指定字段
$posts = App\Post::with('ment:id,name')->get();
3. 跳转指定控制器并附带参数
return redirect()->action('SomeController@method', ['param' => $value]);
4. 关联时使用withDefault()
在调用关联时,如果另一个模型不存在,系统会抛出一个致命错误,例如 $ment->post->title,那么我们就需要使用withDefault()
... public function post() { return $this->belongsTo(App\Post::class)->withDefault(); }
5. 两层循环中使用$loop
在blade的foreach中,如果你想获取外层循环的变量
@foreach ($users as $user) @foreach ($user->posts as $post) @if ($loop->parent->first) This is first iteration of the parent loop. @endif @endforeach @endforeach
6. 浏览邮件而不发送
如果你使用的是mailables来发送邮件,你可以只展示而不发送邮件
Route::get('/mailable', function () { $invoice = App\Invoice::find(1); return new App\Mail\InvoicePaid($invoice); });
7. 通过关联查询记录
在hasMany关联关系中,你可以查询出关联记录必须大于5的记录
$posts = Post::has('ment', '>', 5)->get();
8. 软删除
查看包含软删除的记录
$posts = Post::withTrashed()->get();
查看仅被软删除的记录
$posts = Post::onlyTrashed()->get();
恢复软删除的模型
Post::withTrashed()->restore();
9. Eloquent时间方法
$posts = Post::whereDate('created_at', '2018-01-31')->get(); $posts = Post::whereMonth('created_at', '12')->get(); $posts = Post::whereDay('created_at', '31')->get(); $posts = Post::whereYear('created_at', date('Y'))->get(); $posts = Post::whereTime('created_at', '=', '14:13:58')->get();
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对狼蚁SEO的支持。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程