2017 © Pedro Peláez
 

symfony-bundle console-bundle

This bundle allows you accessing the symfony2 console via your browser

image

coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

  • Monday, December 11, 2017
  • by laszlokorte
  • Repository
  • 23 Watchers
  • 142 Stars
  • 178,202 Installations
  • PHP
  • 4 Dependents
  • 2 Suggesters
  • 56 Forks
  • 22 Open issues
  • 11 Versions
  • 8 % Grown

The README.md

ConsoleBundle

Build Status Quality Score Code Coverage, (*1)

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

Features

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

Installation

  1. Make sure you have php 5.5 or newer installed. Make sure your composer file does not override the required php version of your project with in older one via the config.plattform.php setting., (*3)

  2. Install the latest version via composer:, (*4)

    composer require coresphere/console-bundle
    
  3. Register the bundle in you AppKernel in the development section, (*5)

    ```php // app/AppKernel.php public function registerBundles() { $bundles = [ // other bundles here... ];, (*6)

    if (in_array($this->getEnvironment(), ['dev', 'test'])) {
        // ...
        $bundles[] = new CoreSphere\ConsoleBundle\CoreSphereConsoleBundle();
    }
    
    return $bundles;

    } ```, (*7)

  4. Add the bundle's route to your app/config/routing_dev.yml, (*8)

    # app/config/routing_dev.yml
    
    # ...
    _main:
        resource: routing.yml
    
    coresphere_console:
        resource: .
        type: extra
    
  5. run the assets:install command to install the css and js files, (*9)

    ./app/console assets:install web
    

Tips

  • Type .clear to clear the console window

Preview

Screenshot, (*10)

Dependencies

  • jQuery
  • Twig

Compatibility

Tested with:, (*11)

  • Chrome
  • Firefox 4
  • Opera 11
  • Safari 5

The Versions

22/02 2017

dev-laszlokorte-patch-1

dev-laszlokorte-patch-1

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

27/11 2015
24/09 2015
31/08 2015
24/08 2015

0.2.0

0.2.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

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

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

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