Skip to content

symfony/symfony-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

844ec35 · May 21, 2025
May 16, 2025
Apr 15, 2025
Feb 24, 2025
Sep 5, 2023
May 7, 2025
May 16, 2025
May 11, 2025
Mar 24, 2025
May 16, 2025
May 18, 2025
May 9, 2025
Dec 7, 2024
May 18, 2025
Apr 15, 2025
May 12, 2025
Sep 11, 2019
Jan 2, 2025
Jan 23, 2024
Dec 7, 2024
Apr 15, 2024
Apr 30, 2025
May 20, 2025
Apr 15, 2024
May 8, 2025
Apr 29, 2025
May 14, 2025
Apr 1, 2025
Apr 25, 2025
Jan 24, 2025
Aug 26, 2024
Sep 10, 2020
May 16, 2025
Sep 2, 2019
Nov 3, 2021
Dec 8, 2022
Jan 22, 2025
May 16, 2025
Dec 7, 2024
May 15, 2025
Dec 7, 2024
Apr 22, 2025
Mar 24, 2025
Apr 14, 2025
May 21, 2025
Sep 19, 2024
Apr 16, 2025
Dec 7, 2024
Feb 6, 2025
Apr 23, 2024
May 21, 2024
May 16, 2025
Apr 10, 2025
Mar 10, 2025
Jan 22, 2025
May 8, 2025
May 7, 2025
May 18, 2025
Feb 13, 2024
Mar 10, 2025
May 20, 2025
Mar 2, 2024
Jul 30, 2024
Jan 17, 2025
Apr 9, 2025
May 20, 2025
May 16, 2025
May 12, 2025
Apr 14, 2025
Apr 17, 2025
Dec 7, 2024
Mar 11, 2025
Jan 7, 2025
Apr 30, 2025
Apr 29, 2025
May 21, 2025
Jan 24, 2025
May 15, 2025
Apr 9, 2025
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.