laravel-forum
laravel-forum copied to clipboard
I am a beginner in Laravel. So I don't know how to run this project. So Can you explain how to use this project? Thank you.
select *from jmeshposts join (SELECT jmeshposts.post_parent as tb1_id, jmeshposts.guid as image FROM `jmeshposts` where `jmeshposts`.`post_status`='inherit' and `jmeshposts`.`post_type`='attachment' ORDER BY `jmeshposts`.`post_parent` DESC) as table1 on jmeshposts.id= table1.tb1_id
L5
This is not compatible with L5 correct?
Since the BaseController is meant to be extended.
Error : Trying to get property of non-object \vendor\atrakeur\forum\src\Atrakeur\Forum\Models\ForumMessage.php line 37 public function getUrlAttribute() { //TODO add page get parameter return $this->topic->url; } The Instance topic was not be started