dimanche 2 avril 2017

How to write laravel model based in this query with pagination?

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???



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire