2017 © Pedro Peláez
 

symfony-bundle generator-bundle

The RICH CRUD Generator for Symfony2

image

yepsua/generator-bundle

The RICH CRUD Generator for Symfony2

  • Wednesday, March 18, 2015
  • by oyepez003
  • Repository
  • 1 Watchers
  • 5 Stars
  • 354 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

README

YepsuaGeneratorBundle by @oyepez003

The RICH CRUD Generator for Symfony2., (*1)

The generate:doctrine:richcrud generates a basic controller for a given entity located in a given bundle. This controller allows to perform the five basic operations on a model., (*2)

Listing all records with pager and filters,
Showing one given record identified by its primary key,
Creating a new record,
Editing an existing record,
Deleting an existing record.

By default the command is run in the interactive mode and asks questions to determine the entity name, the route prefix or whether or not to generate write actions:, (*3)

``` bash php app/console generate:doctrine:richcrud, (*4)


To deactivate the interactive mode, use the --no-interaction option but don't forget to pass all needed options: ``` bash php app/console generate:doctrine:richcrud --entity=AcmeBlogBundle:Post --format=annotation --with-write --no-interaction

Installation

Download and make sure you have the composer.phar latest version running the command:, (*5)

``` bash $ php composer.phar self-update, (*6)


Add the next dependency in the composer.json file ``` yml "require": { ... "yepsua/generator-bundle": "dev-master" ... },

v1.0.0 for sf2.2.x or Old versions, (*7)

v1.3.0 for sf2.3.x or Higher, (*8)

Info: Use always the Last Stable Release of Symfony2., (*9)

For install and up to date the bundle

``` bash $ php composer.phar update yepsua/generator-bundle, (*10)


# Configuration ## 1) Add the required Bundles to your application kernel ``` php <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file source-language="en" datatype="plaintext" original="file.ext"> <body> <trans-unit id="entity.label"> <source>entity.label</source> <target>Post</target> </trans-unit> <trans-unit id="list.view.title"> <source>list.view.title</source> <target>Post Module</target> </trans-unit> <trans-unit id="list.view.grid.title"> <source>list.view.grid.title</source> <target>Post List</target> </trans-unit> <trans-unit id="kanban.view.title"> <source>kanban.view.title</source> <target>Post Kanban</target> </trans-unit> <trans-unit id="PostFooAttribute"> <source>PostFooAttribute</source> <target>Post Foo Attribute</target> </trans-unit> <trans-unit id="PostBarAttribute"> <source>PostBarAttribute</source> <target>Post Bar Attribute</target> </trans-unit> </body> </file> </xliff>

Remember clear the cache., (*11)

New command options

The doctrine:generate:richcrud command has 3 new options (layout, multipart and with-kanban) please use the help for more information., (*12)

bash php app/console generate:doctrine:richcrud --help, (*13)

Enjoy, (*14)

The Versions

18/03 2015

2.0.x-dev

2.0.9999999.9999999-dev http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

17/03 2015

dev-master

9999999-dev http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

17/03 2015

1.5.x-dev

1.5.9999999.9999999-dev http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

17/03 2015

v1.5.0

1.5.0.0 http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

06/03 2015

1.4.x-dev

1.4.9999999.9999999-dev http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

06/03 2015

v1.4.0

1.4.0.0 http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

02/09 2014

1.3.x-dev

1.3.9999999.9999999-dev http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

02/09 2014

v1.3.0

1.3.0.0 http://www.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

29/01 2014

v1.2.0

1.2.0.0 http://smartwig.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

22/11 2013

1.1.0

1.1.0.0 http://smartwig.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

27/08 2013

1.0.x-dev

1.0.9999999.9999999-dev http://smartwig.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php

27/08 2013

1.0.0

1.0.0.0 http://smartwig.yepsua.com

The RICH CRUD Generator for Symfony2

  Sources   Download

MIT

The Requires

 

extensions jquery ui generator admin ria jquery4php