Javier Eguiluz c9fd47da77 Merge branch '7.2' into 7.3
* 7.2:
  Update documentation format guide
  Error: Undefined Variable $texter
2025-03-10 08:29:15 +01:00
2025-02-25 09:12:35 +01:00
2025-03-01 21:43:53 +01:00
2025-03-06 07:58:55 +01:00
2025-02-27 12:51:06 +01:00
2025-02-25 09:12:35 +01:00
2025-03-10 08:29:15 +01:00
2025-02-10 13:28:25 +01:00
2024-01-23 18:02:14 +01:00
2024-04-15 08:07:40 +02:00
2025-03-06 17:09:36 +01:00
2024-04-15 08:07:45 +02:00
2025-02-14 09:16:31 +01:00
2025-01-31 09:31:43 +01:00
2025-02-20 09:27:34 +01:00
2024-08-26 15:03:18 +02:00
2024-09-03 15:46:01 +02:00
2025-02-19 11:55:25 +01:00
2024-09-19 17:31:06 +02:00
2025-02-06 08:45:01 +01:00
2024-04-23 15:04:12 +02:00
2024-05-21 20:23:21 +02:00
2022-12-08 14:41:37 +01:00
2025-01-22 10:29:43 +01:00
2025-01-21 09:12:14 +01:00
2025-03-04 10:25:23 +01:00
2024-02-13 08:02:42 +01:00
2025-03-10 08:29:15 +01:00
2024-07-30 16:38:51 +02:00
2025-01-17 18:15:16 +01:00
2025-01-23 11:07:44 +01:00
2025-01-16 16:37:56 +01:00
2025-02-20 09:27:34 +01:00
2025-01-23 11:13:05 +01:00

The official Symfony Documentation

Online version | Components | Screencasts

Contributing

We love contributors! For more information on how you can contribute, please read the Symfony Docs Contributing Guide.

Important

Use 6.4 branch as the base of your pull requests, unless you are documenting a feature that was introduced after Symfony 6.4 (e.g. in Symfony 7.2).

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 Symfony Documentation offline.

$ git clone git@github.com:symfony/symfony-docs.git

$ cd symfony-docs/
$ cd _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:41:19.167Z
Readme 152 MiB
Languages
PHP 78%
HTML 11%
C++ 9%
NASL 1.1%
Shell 0.9%