Thank you for the tutorial. Just wondering if you can add post with tags, user can click post by tags, and it will display all post by tags, and all post by categories .. :) .
Thank you for the video! Can you help me with this? I am trying to apply the cat filter with a Pivot table, and I have this code, but it's not working :\ public function allproducts(Request $request){ if(!empty($request->cat)) { $data = Product::with('categories')->whereHas('categories', function ($query) { $query->where('id', $request->cat); })->paginate(10); return response()->json($data);
Thanks for the help good explanation, suscribed to you channel!!
You are welcome my friend
Can you provide this functionality with multiple filter like come based on from select??
I will try brother
Thank you for the tutorial. Just wondering if you can add post with tags, user can click post by tags, and it will display all post by tags, and all post by categories .. :) .
sure i can cover this topic
@Idris Langston i use Flixzone. Just google for it :)
@Idris Langston Lately I have been using flixzone. Just search on google for it =)
Thank you
you are welcome my friend
Hello, Could you apply vue-router and authentication with jwt?
sure i will try to implement in next parts
@@EasyCodeSardar please
I would like to log in only with laravel, vue, vue-router, and jwt
Thank you for the video! Can you help me with this? I am trying to apply the cat filter with a Pivot table, and I have this code, but it's not working :\
public function allproducts(Request $request){
if(!empty($request->cat)) {
$data = Product::with('categories')->whereHas('categories', function ($query) {
$query->where('id', $request->cat);
})->paginate(10);
return response()->json($data);
email me your error screenshot
@@EasyCodeSardar done, I sent for this email hardeepphp@yahoo.com
Cat->id maybe
Nice tutorial. But where the vue file?
file you can get from my github
where is the beginning of this video?
please watch part by part