讨论数量: 36

分页的另一种写法

Larabbs 迁移出现 SQLSTATE [23000]: Integrity constraint violation: 1048 Column 'topic_id' cannot be null 解决?

分页 appends (Request::except ('page')) 的疑问?

没有 make:scaffold 这个命令的么?

Call to a member function get () on null

{!! $replies->appends (Request::except ('page'))->render () !!}表示什么意思?

Undefined variable: replies

样式的书写有重复

跟着教程做到查看用户的回复,就这样了,什么原因呢?

回复页面显示出错 undefined function link ()?

为什么回复的排序是 id 为倒序

跟着教程出现了这个错误?

PHP artisan migrate:refresh --seed 失败

生成假数据 怎么会是这样子??????

显示问题?

@include ('topics._reply_box', ['topic' => $topic]) 这种写法 [ ] 是起到什么作用的?

PHP artisan migrate:refresh --seed 报错

@foreach ($replies as $index => $reply) ?

大家知道这个实例化是怎么形成的?

填充数据没有报错,但是 只填充 users 表的数据 ,replies 表的数据没填充

这个是什么问题???

为什么要给外键默认值 0 呢?

if_query 是什么意思呢?
回复某篇文章我学会了,但是在某篇文章下回复其他人要怎么做呢?

跑 PHP artisan migrate:refresh --seed 错误, Class ReplysTableSeeder 不存在?

$reply->user得到的数据为空:Trying to get property 'name' of non-object 。
请问 @include ('topics._reply_list', ['replies' => $topic->replies ()->with ('user')->get ()]) 后面的 with ('user') 指的是什么意思?

Reply 模型不能调用 recent 方法

$reply->topic->link (['#reply' . $reply->id])

PHP artisan migrate:refresh --seed 报错 the name is already in use

Cannot end a section without first starting one

Fake\Generator 类定义中 没找到 randomElement () 方法 ?

active_class ()哪里定义?

[求助] 构建骨架代码遇到的问题 ?

如何表示回复的楼层?用@foreach中的$loop变量

数据完整