ConsoleBundle
ConsoleBundle copied to clipboard
Commandline interface in browser for Symfony2
Hi. I am working on an a version for php 7.4 and 8 for symfony >= 5 It works in my demo application. But it is my first use of...
composr install... `Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 255 !! !! Fatal error: Class CoreSphere\ConsoleBundle\DataCollector\DataCollector contains 1 abstract method and must therefore be declared abstract...
Hi, I installed the bundle following the instructions. When I run the command cache:clear, I have the following error: "[parsererror] SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line...
Hello, Here is the message I have when trying to install the bundle on Symfony 4 : ``` Your requirements could not be resolved to an installable set of packages....
HI, I have a problem when i try to install this bundle, for the last commande : ./bin/console assets:install web or php bin/console assets:install It return me always the same...
I am using Symfony 3.2.6 and the bundle isn't working properly. See the output below: ``` $ symfony_console assets:install [Symfony\Component\DependencyInjection\Exception\InvalidArgumentException] There is no extension able to load the configuration for...
Added full Symfony 3 Support @ #SymfonyConHackday2017
Hi ! I'm on a Symfony 2.8.8 Application and i don't understand why the bundle does not work... I got this error on running "php app/console assets:install web" and the...
Some of my custom commands can take a few minutes to complete. It would be nice to see its output **before** the command completes. Did anyone ever thought about such...