How to Add Pagination in Laravel? (Step-by-Step) | Laravel 8 Tutorial for Beginners #27

Поделиться
HTML-код
  • Опубликовано: 1 июл 2021
  • In this video, We are explaining about How to Add Pagination in Laravel?. Please do watch the complete video for in-depth information.
    JOIN: / @wscubetech
    Link to our "English RUclips Channel": bit.ly/2M3oYOs
    WsCubeTech - Digital Marketing Agency & Institute.
    ✔ We can help you to create a Digital Marketing plan to take your business to new heights.
    ✔ Offering Job Oriented Most Latest, Updated, and advanced Digital Marketing Courses with Practical, Hands-on Live Projects Training & Exposure.
    For More information : Call us at : +91- 92696-98122
    Or visit at www.wscubetech.com/
    There is a complete playlist of Digital Marketing Interview Tips & Tricks available -
    ruclips.net/user/playlist?list...
    There is a complete playlist of Facebook Ads available -
    Link: • Facebook Advance SMO &...
    There is a complete playlist of Twitter Ads available.
    Link: • Twitter Ads | All Twit...
    ✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -
    👉 Instagram - / kushagrabhatiaofficial
    👉 LinkedIn - / kushagra-bhatia
    👉 Facebook - / kushagrawscubetech
    Please don’t Forget to Like, Share & Subscribe
    ►Subscribe: bit.ly/wscubechannel
    ► Facebook: / wsubetech.india
    ► Twitter: / wscube
    ► Instagram: / wscubetechindia
    ► LinkedIn : / wscube-tech
    ► RUclips: / wscubetechjodhpur
    ► Website: wscubetech.com
    -------------------------------------| Thanks |--------------------------
    #Laravel8 #PaginationinLaravel #LaravelPagination

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

  • @wscubetech
    @wscubetech  2 года назад

    😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.
    🔴 To learn Web Development online with regular LIVE CLASSES, enroll now: forms.gle/XVJRMQdCMoPeNpBm7
    👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course
    👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/RUclips-WsCubeTech

  • @TheWebHour
    @TheWebHour 8 месяцев назад +1

    Thanks from thewebhour developers 👍🏼

  • @arqamsaleem
    @arqamsaleem Год назад +2

    You are amazing brother.

  • @asim_2.0
    @asim_2.0 3 года назад

    Thanks Sir

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

    thank you

  • @AkhileshYadav-lv3kh
    @AkhileshYadav-lv3kh 2 года назад

    Good sir

  • @princesukhala7106
    @princesukhala7106 9 месяцев назад

    Done

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

    make project beingner lvl in hindi

  • @nazmeenshaikh2980
    @nazmeenshaikh2980 Год назад +1

    It's showing arrow "call undefined method links() "

  • @mdsayfulislam1022
    @mdsayfulislam1022 Год назад +2

    Now search not working
    Method Illuminate\Database\Eloquent\Collection::links does not exist.

    • @sultanahmed2299
      @sultanahmed2299 Год назад +2

      cause
      The get() function returns a collection, the paginate() function returns a Paginator that has the links() function you want.
      try this
      $customers = Customer::where('name', 'LIKE', "%$search%")->paginate(5);
      instead of get() used paginate()

    • @abhishek_patel_98
      @abhishek_patel_98 Год назад

      ​@@sultanahmed2299not working

  • @coding_dunes
    @coding_dunes Год назад

    i got two big arrows when i was using pagination. what is the SOLUTION?

    • @easylearning6647
      @easylearning6647 5 месяцев назад

      use {{$customers->links('pagination::bootstrap-5')}}