Maybe try this:
$query = DB::connection("website")->table("panel_logs")->orderBy("timestamp", "desc")->paginate(5)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community