Laravel this is not only a practical framework, it is also a programming style
How to use paginate with raw queries in Laravel 5.3 ?
I have an error using this:
$sql = "SELECT * FROM table"; $search=DB::select($sql)-paginate(10); return view('index', compact('search'));
Aucun commentaire:
Enregistrer un commentaire