2017 © Pedro Peláez
 

symfony-bundle console-bundle

Easy integration of console system for Manhattan Console in Symfony2

image

manhattan/console-bundle

Easy integration of console system for Manhattan Console in Symfony2

  • Sunday, February 5, 2017
  • by frodosghost
  • Repository
  • 1 Watchers
  • 2 Stars
  • 897 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Manhattan Console Bundle

Build Status, (*1)

What

Console Bundle is a basic backend system for managing websites. It is a the basic container of a CMS, allowing individual configuration for other bundles to be included. It includes that ability to reuse Styles, Layout, Menu Building and User Management to give clients a way to manage data, or Users., (*2)

Documentation

All the documentation is located in the documentation., (*3)

Installing

  1. Add this bundle to the composer file:, (*4)

    {
        "require": {
            ...
            "manhattan/console-bundle": "dev-master"
        }
    }
  2. Add this bundle to your app kernel:, (*5)

    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new Manhattan\Bundle\ConsoleBundle\ManhattanConsoleBundle(),
            new Ornj\Bundle\MarkdownBundle\OrnjMarkdownBundle(),
            new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
            new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
            new Knp\Bundle\MenuBundle\KnpMenuBundle(),
            new FOS\UserBundle\FOSUserBundle(),
            // ...
        );
    }
  3. Add the routing to the config.yml routing, (*6)

    _console_bundle:
    resource: "@ManhattanConsoleBundle/Resources/config/routing.yml"
  4. Under the imports: line in app/config.yml put the security file for the bundle before the security.yml line. This will allow application overloading of the bundle security file:, (*7)

    - { resource: '@ManhattanConsoleBundle/Resources/config/security.yml' }
    - { resource: security.yml }

The Versions

13/11 2013

2.0.x-dev

2.0.9999999.9999999-dev

Easy integration of console system for Manhattan Console in Symfony2

  Sources   Download

MIT

The Requires

 

security layout

03/10 2013

1.x-dev

1.9999999.9999999.9999999-dev

Easy integration of console system for Manhattan Console in Symfony2

  Sources   Download

MIT

The Requires

 

security layout

03/10 2013

v1.0.0

1.0.0.0

Easy integration of console system for Manhattan Console in Symfony2

  Sources   Download

MIT

The Requires

 

security layout

03/10 2013

dev-markdown

dev-markdown

Easy integration of console system for Manhattan Console in Symfony2

  Sources   Download

MIT

The Requires

 

security layout

13/01 2013

v1.0

1.0.0.0

Easy integration of console system for Manhattan Console in Symfony2

  Sources   Download

MIT

The Requires

 

security layout