Doctrine UI
Provides a simplistic UI and API to generate doctrine entities and tables.
Installation
- add the following line to app/AppKernel.php.
new mmarchio\mmarchioDoctrineUIBundle\mmarchioDoctrineUIBundle(),
- add the following to app/config/routing.yml.
app:
resource: '@mmarchioDoctrineUIBundle/Controller/'
type: annotation
resource: '@mmarchioDoctrineUIBundle/Resources/'
type: annotation
- add the following to app/config/config.yml.
twig:
paths:
"%kernel.project_dir%/src/mmarchio/mmarchioDoctrineUIBundle/Resources/views": doctrineUI
- add the following to composer.json.
"psr-4": {
"mmarchio\\mmarchioDoctrineUIBundle\\": "src/mmarchio/mmarchioDoctrineUIBundle"
}
- run
php bin/console asset:install --symlink