在Laravel 中实现是否关注的示例

吾爱主题 阅读:126 2021-09-13 16:32:00 评论:0

废话不多说,直接上代码!

?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 @ if ( $user ->id !== Auth::user()->id)   <div id= "follow_form" >   @ if (Auth::user()->isFollowing( $user ->id))   <form action= "{{ route('followers.destroy', $user->id) }}" method= "post" >   {{ csrf_field() }}   {{ method_field( 'DELETE' ) }}   <button type= "submit" class = "btn btn-sm" >取消关注</button>   </form>   @ else   <form action= "{{ route('followers.store', $user->id) }}" method= "post" >   {{ csrf_field() }}   <button type= "submit" class = "btn btn-sm btn-primary" >关注</button>   </form>   @ endif   </div>   @ endif

通过显示不同的视图实现。

以上这篇在Laravel 中实现是否关注的示例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持服务器之家。

原文链接:https://www.cnblogs.com/lovebing/p/8183938.html

可以去百度分享获取分享代码输入这里。
声明

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

【腾讯云】云服务器产品特惠热卖中
搜索
标签列表
    关注我们

    了解等多精彩内容