Node Manager
Provides a simplistic UI to add and keep track of node tables
Installation
- add the following line to app/AppKernel.php.
new mmarchio\NodeManagerBundle\mmarchioNodeManagerBundle(),
- add the following to app/config/routing.yml.
mmarchio_node_manager:
resource: "@mmarchioNodeManagerBundle/Controller/"
type: annotation
prefix: /
- add the following to app/config/config.yml.
twig:
paths:
"%kernel.project_dir%/src/mmarchio/NodeManagerBundle/Resources/views": NodeManager
- add the following to composer.json.
"psr-4": {
"mmarchio\\": "src/mmarchio"
}
- run
php bin/console asset:install --symlink