15 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS

Поделиться
HTML-код
  • Опубликовано: 26 июн 2024
  • Hello friends!
    In this video, I'll be demonstrating how to work with product filters. Essentially, you can filter products based on categories and brands. Additionally, you have the option to filter based on product status, such as featured products and those on sale. I will also guide you on how to filter products according to a specified price range. All these filters will be persisted via the query string.
    #Laravel #ECommerce #WebDevelopment #ModelsAndMigrations #Livewire #Filament #TailwindCSS
    🔗 Full Playlist: • E-Commerce Project | L...
    **********************************************************
    If you like my works and my video tutorials then you can donate me some amount.
    **********************************************************
    Paypal: www.paypal.me/wolfmania
    UPI: sahil4rock@ybl
    **********************************************************
    Thanks for watching this video. If you like this video then hit the like button, share this video, And Subscribe to my Channel. Also, like my Facebook page for the latest updates.
    **********************************************************
    ♥ Website - dcodemania.com
    ♥ Facebook Page - / dcodemania
    ♥ Myself On FB - / sahil4rock
    ♥ Instagram - / sahil4rock
    ♥ Twitter - / dcodemania
    **********************************************************

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

  • @keinermendoza4631
    @keinermendoza4631 2 месяца назад +1

    Thank you for another excellent video. It's quite impressive how Livewire can handle the URL stuff in a very 'magic' way. I'm trying to do something like that in Django.

  • @aurora8497
    @aurora8497 3 месяца назад +2

    hey sahil firstly thank for making these videos! This is exactly what I need as an junior developer but i did not get how you set liveware cause i couldnt find it

    • @aurora8497
      @aurora8497 3 месяца назад +2

      oh sorry.. i just skipped to 15th video while i finished 2th video:)))

    • @DCodeMania
      @DCodeMania  3 месяца назад +1

      Watch all videos in sequence.

  • @Ghaly123
    @Ghaly123 3 месяца назад +2

    Thank you

  • @reneriquelme9360
    @reneriquelme9360 3 месяца назад +2

    thank great

  • @inspireofbd
    @inspireofbd 3 месяца назад +2

    Great🌹❤️‍🩹🌹. I waiting your next video

  • @tkcreations6628
    @tkcreations6628 Месяц назад +1

    Hi Brother ! Your teaching was amazing 😍
    In Mobile view the multiple images can't be access only one image will be viewing in product details page ... give me a solution .. Thank u once again

    • @DCodeMania
      @DCodeMania  Месяц назад +1

      You can tweak some tailwind css classes to achieve this.

  • @wodzimierzpaus3337
    @wodzimierzpaus3337 3 месяца назад +1

    Hello if I want to add input text to price it's enough?

    • @DCodeMania
      @DCodeMania  3 месяца назад +1

      I think no need to use oninput here just declare price_range property in the component class with a default value

    • @wodzimierzpaus3337
      @wodzimierzpaus3337 3 месяца назад

      ​@@DCodeMania if price value is empty there is an error:)

    • @DCodeMania
      @DCodeMania  3 месяца назад +1

      Don't keep empty you can assign 0 instead

    • @wodzimierzpaus3337
      @wodzimierzpaus3337 3 месяца назад

      @@DCodeManiaok