2017 © Pedro Peláez
 

symfony-bundle console-bundle

This bundle allows you accessing the symfony2 console via your browser

image

winzou/console-bundle

This bundle allows you accessing the symfony2 console via your browser

  • Friday, February 22, 2013
  • by winzou
  • Repository
  • 0 Watchers
  • 0 Stars
  • 25,343 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % 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 update, (*2)

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

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

    // app/ApplicationKernel.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

22/02 2013

dev-master

9999999-dev

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

by Laszlo Korte
by Markus Ullmann

console javascript symfony

22/02 2013

1.0.1

1.0.1.0

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

by Laszlo Korte
by Markus Ullmann

console javascript symfony

21/02 2013

dev-origin-fork

dev-origin-fork

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

by Laszlo Korte
by Markus Ullmann

console javascript symfony

21/02 2013

1.0.0

1.0.0.0

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

by Laszlo Korte
by Markus Ullmann

console javascript symfony

21/02 2013

dev-handle-dumped-output

dev-handle-dumped-output

This bundle allows you accessing the symfony2 console via your browser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Laszlo Korte
by Markus Ullmann

console javascript symfony

10/02 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 Markus Ullmann

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 Markus Ullmann

console javascript symfony