[Part 8] Category Filter || laravel 6 blog with vuejs - LaraSix

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 22

  • @vibaal91
    @vibaal91 3 года назад

    Thanks for the help good explanation, suscribed to you channel!!

  • @atosupriyanto6990
    @atosupriyanto6990 3 года назад

    Can you provide this functionality with multiple filter like come based on from select??

  • @trishiabascug6735
    @trishiabascug6735 4 года назад

    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 .. :) .

    • @EasyCodeSardar
      @EasyCodeSardar  4 года назад

      sure i can cover this topic

    • @shilohellis2573
      @shilohellis2573 3 года назад

      @Idris Langston i use Flixzone. Just google for it :)

    • @oliverlandry8871
      @oliverlandry8871 3 года назад

      @Idris Langston Lately I have been using flixzone. Just search on google for it =)

  • @enelvillafranca4246
    @enelvillafranca4246 5 лет назад

    Thank you

  • @enelvillafranca4246
    @enelvillafranca4246 5 лет назад

    Hello, Could you apply vue-router and authentication with jwt?

  • @diogofernandes358
    @diogofernandes358 5 лет назад

    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);

  • @jeremythegamer8080
    @jeremythegamer8080 4 года назад

    Nice tutorial. But where the vue file?

  • @agamurat3019
    @agamurat3019 5 лет назад

    where is the beginning of this video?