Skip to content

fourcoders/CrudgenerateBundle

Repository files navigation

CrudgenerateBundle -- ALPHA VERSION

A custom crud with pagination, sort and filter for Symfony2

IMPORTANT!!!!!!!!!!! Symfony >= 2.3.0

Add in your composer.json

{
    "require": {
        "fourcoders/generatecrud-bundle": "dev-master"
    }
}

Add in your app/AppKernel.php

<?php

  // app/AppKernel.php
  public function registerBundles()
  {
    return array(
      // ...
      new Fourcoders\Bundle\CrudgenerateBundle\FourcodersCrudgenerateBundle(),
      // ...
      );
  }

Use KnpPaginatorBundle for pagination. View https://github.com/KnpLabs/KnpPaginatorBundle for configure it.

About

A custom crud with pagination, sort and filter for Symfony2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published