2017 © Pedro Peláez
 

symfony-bundle console-bundle

This bundle allows you accessing the symfony2 console via your browser

image

tecnocreaciones/console-bundle

This bundle allows you accessing the symfony2 console via your browser

  • Wednesday, May 27, 2015
  • by INHack20
  • Repository
  • 2 Watchers
  • 0 Stars
  • 160 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 57 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ConsoleBundle

This bundle allows you accessing the Symfony2 console via your browser., (*1)

Features

  • Colored output
  • Autocompletion for command names
  • Local command history (localStorage)
  • cache:clear works

Installation

  1. Add coresphere/console-bundle to your composer.json file and run composer.phar install, (*2)

    // composer.json
    "require": {
        ...
        "coresphere/console-bundle": "dev-master",
        ...
    }
  2. Add the following route to your routing configuration, (*3)

    #app/config/routing_dev.yml
    _console:
        resource: "@CoreSphereConsoleBundle/Resources/config/routing.yml"
        prefix: /_console
  3. Register the bundle in you AppKernel in the development section, (*4)

    // app/AppKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // other bundles here...
        );
    
        if (in_array($this->getEnvironment(), array('dev', 'test'))) {
            // ...
            $bundles[] = new CoreSphere\ConsoleBundle\CoreSphereConsoleBundle();
        }
    
        return $bundles;
    }
  4. run the assets:install command to install the css and js files, (*5)

    ./app/console assets:install web

Tips

  • Type .clear to clear the console window

Preview

Screenshot, (*6)

Dependencies

  • jQuery
  • Twig

Compatibility

Tested with:, (*7)

  • Chrome
  • Firefox 4
  • Opera 11
  • Safari 5

Todo

  • Write Javascript tests
  • Add console as "pop up" to web developer toolbar
  • Figure out how to allow interactive mode (possible? extreme hacky?)

The Versions

27/05 2015

dev-master

9999999-dev

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Laszlo Korte
by Marmus Ullman

console javascript symfony

22/04 2013

dev-alternate-autocomp

dev-alternate-autocomp

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Laszlo Korte
by Marmus Ullman

console javascript symfony

21/04 2013

dev-stable

dev-stable

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Laszlo Korte
by Marmus Ullman

console javascript symfony

21/04 2013

0.1.0

0.1.0.0

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Laszlo Korte
by Marmus Ullman

console javascript symfony

05/02 2013

dev-command_details

dev-command_details

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

by Laszlo Korte
by Marmus Ullman

console javascript symfony