I want to change my link from
To
I tried many ways to change but it didn't work. I hope someone will help me. Thank you
public function Search(Request $request){
$keywords = $request->keyword;
$search_phim = DB::table("tbl_product")->where('product_name','Like','%'.$keywords.'%')->paginate(24);
return view('pages.product.search')->with("search_phim",$search_phim);
}
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2o8kgW6
via IFTTT
Aucun commentaire:
Enregistrer un commentaire