Is conversations a scope? If so, add orderby on it. If It is a relationship, you must use with()
Just an example: Your controller: class HomeController extends BaseController { public $jsfiles =...
Take a look at this to clarify http://fideloper.com/laravel-multiple-database-connections
The Laravel portal for problem solving, knowledge sharing and community building.