Laravel 5.8 Tutorial From Scratch - e43 - Pagination

preview_player
Показать описание
Pagination is the simple concept of splitting up records into a set number and then displaying them in different pages. Laravel makes this so easy to do, it's almost laughable. Follow along as we paginate our customer's list.

DigitalOcean Referral

Resources
Course Source Code

About This Course

Ready to get started on your path to Laravel Artisan? In this series, we are breaking down all of the basics of Laravel to get you comfortable using the world's most popular PHP framework. Let's get started!
Рекомендации по теме
Комментарии
Автор

OMG! Quick, simple & easy to understand tutorial! Masterpiece! THANK YOU SO MUCH

TheModsRE
Автор

In Laravel 8.x, the CSS is broken if u just use $customers->links()

use this instead:
{{ }}

-OR-

in AppServiceProvider

use
public function boot()
{
Paginator::useBootstrap();
}

DQuranJar
Автор

"just to be sure we are all on the same page" === nice one!

fahnleindieselschweif
Автор

thanks Sr. easy and fast this are the videos i like

ivnstudios
Автор

Thank you for your Great contribution and lesson

abuyim
Автор

What is the difference between the links and render methods for paging?. Thank You

JuanRamirezV
Автор

hei dude, but i have problem with paginate, if i use increment to show row number it always start from 1, are you have a solution? great video btw..gracias

alxz
Автор

If I want to view all the customers related to a specific company and paginate only those customers. Is that possible or there is no such thing?

omar
Автор

Hwo to do something like this :
< 1 2 3 4 5 >
1st page is the current page

then I move to 2nd page and it become the current page, so the total pages should looks like:
< 2 3 4 5 6 >

for 3 as the current page:
< 3 4 5 6 7 >

any ideas ?

MrDragos
Автор

bro why you not create project in your channel ??

المحترف-كخ
Автор

Is there any chances of tutorial on laravel filters / multiple filters

NirajGhimire