2017 © Pedro Peláez
 

symfony-bundle sonata-admin-generator-bundle

A tool to auto generate basic Sonata admin class

image

huitiemesens/sonata-admin-generator-bundle

A tool to auto generate basic Sonata admin class

  • Thursday, December 3, 2015
  • by huitiemesens
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

sonata-admin-generator-bundle

A automatic Sonata Admin generator, (*1)

It provide you some command lines to generator admin class for your entities ..., (*2)

Installation

Sonata admin generator requires PHP 5.3, and should be installed using composer. The general composer instructions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer website)., (*3)

After that, just declare the bundle as follows into you composer.json :, (*4)

"require" : {
    "huitiemesens/sonata-admin-generator-bundle" : "dev-master"
}

Then, run composer.phar update and you should be good., (*5)

Finally add the following code to your AppKernel.php, (*6)

new huitiemesens\sonataAdminGeneratorBundle\huitiemesensSonataAdminGeneratorBundle(),

Usage

Will generate every entities inside a defined bundle, (*7)

app/console admin:generate AppBundle

Then a prompt will ask to confirm each of entities found to be generated., (*8)

The Versions

03/12 2015

dev-master

9999999-dev https://github.com/huitiemesens/sonata-admin-generator-bundle

A tool to auto generate basic Sonata admin class

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

generator sonata