Javier Eguiluz eba30452d2 minor #1735 Use logout_path() in login form templates (PierreCapel)
This PR was merged into the 1.x branch.

Discussion
----------

Use logout_path() in login form templates

Commits
-------

8558674e feat(login form): use logout_path()
2025-12-02 08:14:37 +01:00
2025-08-05 23:46:17 +04:00
2025-11-24 16:41:43 +01:00
2025-11-25 10:58:24 +01:00
2025-11-24 16:41:43 +01:00
2024-12-17 06:22:50 -05:00

The Symfony MakerBundle

The MakerBundle is the fastest way to generate the most common code you'll need in a Symfony app: commands, controllers, form classes, event subscribers and more!

Documentation

Read the documentation on Symfony.com

Backwards Compatibility Promise

This bundle shares the backwards compatibility promise from Symfony. But, with a few clarifications.

A) The input arguments or options to a command may change between minor releases. If you're using the commands in an automated, scripted way, be aware of this.

B) The generated code itself may change between minor releases. This will allow us to continuously improve the generated code!


Build Documentation Locally

This is not needed for contributing, but it's useful if you would like to debug some issue in the docs or if you want to read MakerBundles Documentation offline.

cd _docs_build/

composer install

php build.php

After generating docs, serve them with the internal PHP server:

php -S localhost:8000 -t output/

Browse http://localhost:8000 to read the docs.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:35:17.534Z
Readme MIT 10 MiB
Languages
PHP 99.9%
Hack 0.1%