Skip to content

mmarchio/NodeManager

Repository files navigation

Node Manager

Provides a simplistic UI to add and keep track of node tables

Installation

  1. add the following line to app/AppKernel.php.
new mmarchio\NodeManagerBundle\mmarchioNodeManagerBundle(),

  1. add the following to app/config/routing.yml.
mmarchio_node_manager:
    resource: "@mmarchioNodeManagerBundle/Controller/"
    type:     annotation
    prefix:   /

  1. add the following to app/config/config.yml.
twig:
    paths:
          "%kernel.project_dir%/src/mmarchio/NodeManagerBundle/Resources/views": NodeManager
  1. add the following to composer.json.
        "psr-4": {
            "mmarchio\\": "src/mmarchio"
        }    
  1. run
php bin/console asset:install --symlink

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors