Download the PHP package pageon/pageon-doctrine-data-grid-bundle without Composer
On this page you can find all versions of the php package pageon/pageon-doctrine-data-grid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pageon/pageon-doctrine-data-grid-bundle
More information about pageon/pageon-doctrine-data-grid-bundle
Files in pageon/pageon-doctrine-data-grid-bundle
Package pageon-doctrine-data-grid-bundle
Short Description A bundle that wraps around the knp paginator bundle and doctrine to generate a data grid from your entity
License MIT
Informations about the package pageon-doctrine-data-grid-bundle
Pageon Doctrine Data Grid Bundle
A bundle that wraps around the knp paginator bundle and doctrine to generate a data grid from your entity
Documentation
Check out our documentation on how to use this bundle.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Step 1: Install the Bundle
Open a command console, enter your project directory and execute:
Step 2: Configure the knp-paginator-bundle
Follow the configuration instructions in their documentation.
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Step 3: Configure the knp-paginator-bundle
Follow the configuration instructions in their documentation.
All versions of pageon-doctrine-data-grid-bundle with dependencies
doctrine/orm Version ^2.7
knplabs/knp-paginator-bundle Version ^6.0
friendsofphp/proxy-manager-lts Version ^1.0
symfony/security-core Version ^7.0