If you run the command in verbose mode (-v), Symfony will display in the output a clickable link to the command profile (if your terminal supports links). If you run it in debug verbosity (-vvv) you'll also see the time and memory consumed by the command. The design of the command...
Console commands run in theenvironmentdefined in theAPP_ENVvariable of the.envfile, which isdevby default. It also reads theAPP_DEBUGvalue to turn "debug" mode on or off (it defaults to1, which is on). To run the command in another environment or debug mode, edit the value ofAPP_ENV...
To get the diff for a specific change, go tohttps://github.com/symfony/symfony/commit/XXXwhere XXX is the change hash To get the diff between two versions, go tohttps://github.com/symfony/symfony/compare/v7.1.0...v7.1.1 7.1.10 (2024-12-31) bug #59304 [PropertyInfo] Remove@interna...
$handler->addHandler(newCompletion( Completion::ALL_COMMANDS,'direction', Completion::TYPE_ARGUMENT,function() {returnrange(1,10); } ) ); This will complete thedirectionargument for both commands: $ myapp walk [tab] $ myapp run [tab] ...
Comment lines commands Status bar Preview when opening files Auto Indent and Tab size option Recent projects list Restore Last view state option Fixed bugsAugust 03, 2007 Codelobster PHP Edition FREE Version 1.2 is available! This is the new version of our project, oriented to work with PHP. ...
This configuration tells cron to run the project:send-emails every day at 3am and to send all possible output (that is, logs, errors, etc) to the address you@example.org.note For more information on the crontab configuration file format, type man 5 crontab in a terminal....
bug #27496 [DebugBundle] DebugBundle::registerCommands should be noop (ogizanagi) bug #27485 [BrowserKit] Fix a BC break in Client affecting Panthère (dunglas) bug #27470 [DI] Remove default env type check on validate (ro0NL) bug #27454 [FrameworkBundle][TwigBridge] Fix BC break...
bug #27074 [Debug][WebProfilerBundle] Fix setting file link format (lyrixx, nicolas-grekas) bug #27088 ResolveBindingsPass: Don't throw error for unused service, missing parent class (weaverryan) bug #27086 [PHPUnitBridge] Add an implementation just for php 7.0 (greg0ire) bug #2613...
29 use Symfony\Component\Console\Helper\DebugFormatterHelper; Alpha-ordering for "use" statements Jul 26, 2018 30 use Symfony\Component\Console\Helper\FormatterHelper; [Console] Do not duplicate Helper::strlen() code May 9, 2017 31 use Symfony\Component\Console\Helper\Helper; ...
feature #47407 [Console] Terminal Color Mode refactoring and force Color Mode (julien-boudry) feature #47507 [Uid] Add interface forgetDateTime()and apply to relevant UIDs (shrikeh) feature #47236 [DependencyInjection][VarExporter] Generate lazy-loading virtual proxies for non-ghostable lazy ...