i want to install y use admingeneratorGeneratorBundle, i have this website:
http://symfony2admingenerator.org/
1.- in this page show a file:
---------------------------------------------------------------
generator: admingenerator.generator.doctrine
params:
model: Admingenerator\DemoBundle\Entity\Movie
namespace_prefix: Admingenerator
bundle_name: DemoBundle
fields:
is_published:
help: If you
.
.
.
.
.
-----------------------
2.- in the install
.....................................................
step 1
step 2
.
..
.
**********************************************************************
********************************************************************
problem 1:
I first want to install but i get a problem when i use command: php app/console assets:install web/
the error message:
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
Unrecognized options "expressions" under "jms_security_extra"
note. i install all bundles : pagerfanta,kpmenu,sesionbundle, etc etc. i have the problerm when i am step ( php app/console assets:install web/)
**********************************************************************
********************************************************************
problem 2:
how i build my interface , i remember what symfiony 1 i use comands , but en symfony 2 there is not command to generate admin interface
**********************************************************************
********************************************************************
problem 3:
where i put the code:
_______________________________________
generator: admingenerator.generator.doctrine
params:
model: Admingenerator\DemoBundle\Entity\Movie
namespace_prefix: Admingenerator
bundle_name: DemoBundle
fields:
is_published:
help: If you
.
.
.
.
.
____________________
in config.yml?
thanks!!!!
