Javier Eguiluz e75bb1e180 Merge branch '6.4' into 7.0
* 6.4:
  clarify how to disable client-side validation using the Regex constraint
  Fix ScheduledStamp FQN
  example function param 1 requires string
  Minor tweak in the setup page
  Update configuration.rst
  style: Typo in content title
  fix dump destination value in PHP config
2024-08-02 17:18:08 +02:00
2024-03-21 11:31:54 +01:00
2024-01-16 11:49:46 +01:00
2024-05-27 12:24:31 +02:00
2024-08-02 17:18:08 +02:00
2024-08-02 17:18:08 +02:00
2023-12-26 09:04:32 +01:00
2024-07-01 14:52:59 +02:00
2024-07-17 17:59:52 +02:00
2024-04-03 16:26:23 +02:00
2024-06-27 12:47:51 +02:00
2024-05-10 09:28:47 +02:00
2024-07-24 11:26:41 +02:00
2024-05-22 14:53:42 +02:00
2024-01-23 18:02:14 +01:00
2024-05-06 13:11:29 +02:00
2024-04-15 08:07:40 +02:00
2024-08-02 17:18:08 +02:00
2024-04-15 08:07:45 +02:00
2024-07-25 09:04:18 +02:00
2024-04-17 12:23:32 +02:00
2024-07-22 08:39:28 +02:00
2024-07-29 13:19:17 +02:00
2024-04-17 12:23:32 +02:00
2024-02-13 08:02:42 +01:00
2024-07-22 17:45:58 +02:00
2024-07-17 17:51:25 +02:00
2024-04-26 15:36:05 +02:00
2024-05-06 13:27:57 +02:00
2024-04-03 16:26:26 +02:00
2024-07-22 08:39:28 +02:00
2024-05-21 20:23:21 +02:00
2023-08-10 12:11:45 +02:00
2024-06-10 09:06:43 +02:00
2024-04-29 12:21:13 +02:00
2024-04-23 15:04:12 +02:00
2024-05-21 20:23:21 +02:00
2024-07-19 12:29:57 +02:00
2022-12-08 14:41:37 +01:00
2023-10-16 13:51:42 +02:00
2024-03-15 08:37:23 +01:00
2024-06-10 08:43:11 +02:00
2024-07-10 16:54:24 +02:00
2024-07-19 15:01:11 +02:00
2024-02-13 08:02:42 +01:00
2024-07-10 15:31:44 +02:00
2024-07-08 09:33:22 +02:00
2024-04-15 08:07:45 +02:00
2023-12-26 16:08:45 +01:00
2024-01-10 21:44:21 +01:00
2024-07-01 15:00:00 +02:00
2024-06-24 10:47:17 +02:00
2024-07-12 12:48:43 +02:00
2023-12-30 22:58:36 +01:00
2024-07-02 16:11:26 +02:00
2024-08-02 17:18:08 +02:00
2024-05-21 20:23:21 +02:00
2024-07-23 10:41:02 +02:00
2024-06-14 11:21:40 +02:00
2023-10-24 10:15:11 +02:00
2024-04-24 10:02:16 +02:00
2024-04-22 21:40:07 +02: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 5.4 branch as the base of your pull requests, unless you are documenting a feature that was introduced after Symfony 5.4 (e.g. in Symfony 7.1).

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%