ConsoleBundle icon indicating copy to clipboard operation
ConsoleBundle copied to clipboard

Commandline interface in browser for Symfony2

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

Hi everyone, I have a project with Symfony2 and I use your bundle to execute my command lines. I have an error when I write assets:install web : [Symfony\Component\Filesystem\Exception\IOException] Failed...

bug

I create a command that use question helper. It work fine with app/console command line but it does not work with console bundle. Is there a way to workaround this...

Hi, Pulled a fresh Symfony 2.7.4 and added consolebundle The routing is not added. Bundle works if you add routing manually via import in app/config/routing.yml so the services are loaded....

Maybe we do not need to use jquery at all. Currently we use: `$.extend` for merging the config object with the default config - could use pure js to do...

Currently jquery 1.8.3 is used in this bundle Currently available versions of jQuery are 1.11.3 or 2.1.4. I think the 2.1.4 version might be usable without breaking anything.

As the user interaction on the client side (autocomplete, command history) is a core feature of this bundle I would be desirable to have some test coverage for the javascript...

quality

Executing this command gives me a 500 error: ContextErrorException: Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /homepages/38/d179442560/htdocs/symfony/app/cache/dev/classes.php line 317...

bug

I'm having issues executing the `cache:clear` command with this bundle. On my server : ``` Clearing the cache for the prod environment with debug true [Symfony\Component\Filesystem\Exception\IOException] Failed to remove directory...

bug

It would be better if the interface would complete the parameters of the method too. PS: thanks for the current version!

feature

I was thinking it would be a nice addition, for example when you're using this bundle to allow your client to handle simple tasks in production (custom symfony commands) but...

feature