标签: laravel laravel-5
我们在CakePHP中使用$this->Comment->find('threaded');来获取线程化的行。 现在我需要在laravel中使用like方法来获取线程。 请帮帮我。
$this->Comment->find('threaded');