Skip to content

symfony/symfony-docs

This branch is 2990 commits behind 7.3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccd1137 · Apr 10, 2025
Mar 10, 2025
Mar 21, 2025
Feb 24, 2025
May 12, 2021
Mar 22, 2025
Apr 10, 2025
Dec 7, 2024
Feb 25, 2025
Mar 30, 2025
Nov 22, 2024
Oct 25, 2024
Dec 7, 2024
Feb 10, 2025
Apr 3, 2025
Mar 18, 2025
Sep 11, 2019
Jan 2, 2025
Jan 23, 2024
Dec 7, 2024
Apr 15, 2024
Apr 30, 2024
Apr 3, 2025
Apr 15, 2024
Mar 21, 2025
Mar 26, 2025
Apr 1, 2025
Apr 1, 2025
Feb 19, 2025
Jan 9, 2025
Aug 26, 2024
Sep 10, 2020
Mar 10, 2025
Sep 2, 2019
Nov 3, 2021
Dec 8, 2022
Jan 22, 2025
Sep 3, 2024
Dec 7, 2024
Feb 18, 2025
Dec 7, 2024
Dec 7, 2024
Mar 21, 2025
Dec 7, 2024
Dec 7, 2024
Mar 5, 2025
Dec 7, 2024
Feb 6, 2025
Apr 23, 2024
May 20, 2024
Dec 17, 2024
Feb 20, 2024
Dec 7, 2024
Jan 22, 2025
Apr 4, 2025
Mar 18, 2025
Apr 3, 2025
Feb 9, 2024
Dec 7, 2024
Mar 2, 2024
Jul 8, 2024
Dec 7, 2024
Jan 23, 2025
Mar 26, 2025
Apr 4, 2025
Mar 21, 2025
Apr 3, 2025
Dec 7, 2024
Dec 7, 2024
Mar 11, 2025
Apr 7, 2025
Feb 19, 2025
Apr 1, 2025
Dec 7, 2024
Dec 26, 2024
Apr 24, 2024
Dec 7, 2024

Repository files navigation

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.