Laravel this is not only a practical framework, it is also a programming style
Hear my Query is
$jobs = DB::select("SELECT * from post where ( skills like '%php%' or skills like '%javascript%' ) and status=1 order by id desc");
How to write laravel model based in this query with pagination???
Aucun commentaire:
Enregistrer un commentaire