Published - 7 years ago ( Updated - 7 years ago )
Recently, I have been free, and I want to adjust the arrows on the upper and lower pages of the website. If you don’t know how to customize Laravel’s pagination,
You can take a look at a short three-minute introduction on how I customize Laravel's pagination.
The following are videos before version 5.5
After version 5.6, you also need to specify the View you want to use in AppServiceProvider.
You can take a look at a short three-minute introduction on how I customize Laravel's pagination.
The following are videos before version 5.5
After version 5.6, you also need to specify the View you want to use in AppServiceProvider.
use Illuminate\Pagination\Paginator;
public function boot()
{
Paginator::defaultView('pagination::default');
No Comment
Post your comment