Download the PHP package opifer/crud-bundle without Composer
On this page you can find all versions of the php package opifer/crud-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download opifer/crud-bundle
More information about opifer/crud-bundle
Files in opifer/crud-bundle
Package crud-bundle
Short Description Opifer CRUD Bundle
License MIT
Homepage https://github.com/Opifer/CrudBundle
Informations about the package crud-bundle
Note: This bundle is not maintained anymore. Have a look at https://github.com/Abhoryo/APYDataGridBundle instead.
CrudBundle
This bundle is still very much a work in progress, so BC-breaks will happen until the first stable release.
Installation
Add the bundle to your composer.json
composer require opifer/crud-bundle dev-master
Register the necessary bundles in app/AppKernel.php
Using dynamic crud routing & views
This bundle ships with two custom routers. To register them, add them to the
CmfRoutingBundle
config.
Update your config file app/config/config.yml
After defining a route, you can visit the CRUD pages at the following URL's:
- http://localhost/app_dev.php/users
- http://localhost/app_dev.php/users/new
- http://localhost/app_dev.php/users/edit/:id
Documentation
Documentation
All versions of crud-bundle with dependencies
symfony/symfony Version ~2.5
doctrine/orm Version ~2.4
doctrine/doctrine-bundle Version ~1.2
twig/extensions Version ~1.0
sensio/framework-extra-bundle Version ~3.0
gedmo/doctrine-extensions Version ~2.3
genemu/form-bundle Version ~2.2
jms/serializer-bundle Version ~1.0
pagerfanta/pagerfanta Version ~1.0.3
willdurand/js-translation-bundle Version 2.2.1
liuggio/excelbundle Version ^2.0
opifer/rulesengine-bundle Version @dev
opifer/rulesengine Version @dev