ruwork / paginator-bundle
Ruwork Paginator Bundle
Installs: 7 462
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- ruwork/paginator: ^0.13
- symfony/dependency-injection: ^3.4 || ^4.0
- symfony/event-dispatcher: ^3.4 || ^4.0
- symfony/http-kernel: ^3.4 || ^4.0
Requires (Dev)
- php: ^7.1.3
- ruwork/bundle-test: ^0.13
- twig/twig: ^2.4
This package is auto-updated.
Last update: 2023-06-29 01:28:41 UTC
README
Bundle to use RUWORK Paginator with Symfony.
Replaces the Ruwork\Paginator\Exception\PageOutOfRangeException
with a Symfony\Component\HttpKernel\Exception\NotFoundHttpException
.
Registers a twig path alias for the library twig templates.
{% embed '@RuworkPaginator/bootstrap_4.html.twig' with {paginator: paginator} %} {% endembed %}