这个在编辑器内容提交的时候做一个字符串替换就行了。
$content = str_replace("{{ $question->user->name }}",$question->user->name);
我也想问这个问题,但一直没搞懂,我网站也是还是有问题,问答库。