--xml To output help as XML Available tasks: :help Displays help for a task (h) :list Lists tasks app :routes Displays current routes for an application cache :clear Clears the cache (cc, clear-cache) You may have already noticed that tasks are grouped. Groups of tasks are called ...
Before we can update our routing and create new controllers and views, we have to run a few commands from the console. Open up a terminal and change to your base project directory. First run the following command to update our database schema to match that of our entities. 在我们可以更新...
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/v6.4.0...v6.4.1 6.4.17 (2024-12-31) bug #59304 [PropertyInfo] Remove@interna...
bug #25407 [Console] Commands with an alias should not be recognized as ambiguous (Simperfit) bug #25523 [WebServerBundle] fix a bug where require would not require the good file because of env (Simperfit) bug #25559 [Process] Dont use getenv(), it returns arrays and can introduc...
to listen. As of right now, the recommended way to secure an application is to define a single firewall that listens to all routes and then use the access_control entry to allow or disallow access based on roles. We will see the access_control entry in just a moment. In the firewalls...
bug #28328 [Messenger][FrameworkBundle] Move commands-specifics to a compiler pass in FWB (sroze) 4.1.4 (2018-08-28) bug #28278 [HttpFoundation] Fix unprepared BinaryFileResponse sends empty file (wackymole) bug #28284 [PhpUnitBridge] keep compat with composer 1.0 (nicolas-grekas)...
bug #58735 [Process] Return built-in cmd.exe commands directly in ExecutableFinder (Seldaek) bug #58723 [Process] Properly deal with not-found executables on Windows (nicolas-grekas) bug #58711 [Process] Fix handling empty path found in the PATH env var with ExecutableFinder (nicolas-greka...
bug #58449 [Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTransformer (bram123) bug #54566 [Doctrine][Messenger] Use common sequence name to get id from Oracle (rjd22) bug #58459 [FrameworkBundle] Fix displayed stack trace when session is used on stateless routes (...
bug #25606 Updating message to inform the user how to install the component (weaverryan) bug #25571 [SecurityBundle] allow auto_wire for SessionAuthenticationStrategy class (xavren) bug #25567 [Process] Fix setting empty env vars (nicolas-grekas) bug #25407 [Console] Commands with an...