ConsoleBundle icon indicating copy to clipboard operation
ConsoleBundle copied to clipboard

Execute Symfony2 command directly from the application

Results 9 ConsoleBundle issues
Sort by recently updated
recently updated
newest added

It needs some refactoring, but this is good enough already.

The requirement "symfony/console": "dev-master" is now exclusively for symfony 2.2/dev-master. It has to be "symfony/console": "2.1" or "symfony/console": ">=2.1"

After a fresh installation I get: Fatal error: Call to undefined method Sf2gen\Bundle\ConsoleBundle\Formatter\OutputFormatterHtml::getStyleStack() in C:\xampp\htdocs\jumboauction\vendor\bundles\Sf2gen\Bundle\ConsoleBundle\Formatter\OutputFormatterHtml.php on line 45

Hello, Interactive commands (like bundle generation) don't seem to work : [ErrorException] Notice: Use of undefined constant STDIN - assumed 'STDIN' in /vendor/symfony/src/Symfony/Component/Console/Helper/DialogHelper.php line 38 Thanks for this great bundle,...

Hi, I've seen it the controller: what this issue is about? Please can you use the phpdoc tag `/** @todo My todo */` when defining todos within the code? :)

Currently, when we change page or reload it, the history of commands is lost. We should use local storage (html5 feature) to improve it. Btw, shouldn't we use jQuery?

I am hesitating between two solutions: - showing a full example of the selected command - a comprehensive autocompletion Initially; the first solution should be easy. The second one could...

New feature

Add unit tests to **Tests/**

Code readability

Because it's even better when it's documented!

Code readability