Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximosojo/paginatorbundle
Paginator Bundle
https://github.com/maximosojo/paginatorbundle
paginator symfony symfony2 symfony3
Last synced: about 1 month ago
JSON representation
Paginator Bundle
- Host: GitHub
- URL: https://github.com/maximosojo/paginatorbundle
- Owner: maximosojo
- License: mit
- Created: 2017-12-26T14:22:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T12:31:23.000Z (about 6 years ago)
- Last Synced: 2024-10-13T06:03:58.921Z (about 1 month ago)
- Topics: paginator, symfony, symfony2, symfony3
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AtechnologiesPaginatorBundle
========================## Requisitos Previos
Esta versión del paquete requiere Symfony 2.1+. y 3.+
## Instalación
La instalación es rápida y sencilla:
1. Descarga AtechnologiesPaginatorBundle via composer
2. Habilitar el paquete
3. Configuración### Paso 1: Descargar usando composer
```js
{
"require": {
"atechnologies/paginator-bundle": "dev-master"
}
}
```Puede realizarlo directamente a travez del siguiente comando:
``` bash
$ composer require atechnologies/paginator-bundle
```Composer instalará el paquete en el directorio `vendor / atechnologies` de su proyecto.
### Paso 2: Habilitar bundle
Habilitar bundle en el kernel:
``` php