:
{{ $paginator->links('view.name') }}
:
, , CSS Bootstrap. , Bootstrap, . paginator
.
:
However, the easiest way to configure pagination is to export them to a directory resources/views/vendorusing the command vendor:publish:
php artisan vendor:publish --tag=laravel-pagination
This command will put the views in a directory resources/views/vendor/pagination. The file default.blade.phpin this directory corresponds to the default pagination view. Edit this file to change the pagination code.
Or, if you just changed the standard Bootstrap classes, you can just load the CSS after loading Bootstrap.
source
share