2017 © Pedro Peláez
 

symfony-bundle generatecrud-bundle

A custom crud with pagination, sort and filter for Symfony2

image

fourcoders/generatecrud-bundle

A custom crud with pagination, sort and filter for Symfony2

  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CrudgenerateBundle -- ALPHA VERSION

A custom crud with pagination, sort and filter for Symfony2, (*1)

IMPORTANT!!!!!!!!!!! Symfony >= 2.3.0, (*2)

Add in your composer.json, (*3)

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

Add in your app/AppKernel.php, (*4)

<?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., (*5)

The Versions

08/07 2015

dev-master

9999999-dev

A custom crud with pagination, sort and filter for Symfony2

  Sources   Download

MIT

The Requires

 

crud symfony