yap's avatar
Level 2

Pagination

Is there a way to use Laravel pagination in plain PHP code. Without any framework

0 likes
2 replies
JackJones's avatar

What do you mean by plain PHP code?

You can use Illuminate\Pagination\Paginator if that's what you mean

1 like
yap's avatar
Level 2

Thanks @JackJones . Please how do I go about it. how do I used the class Illuminate\Pagination\Paginator

Please or to participate in this conversation.