Skip to content

symfony/symfony-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81ca5c2 · May 22, 2024
Apr 29, 2024
Oct 4, 2023
Sep 2, 2023
May 12, 2021
Dec 9, 2023
May 17, 2024
Feb 8, 2024
Aug 28, 2023
Mar 27, 2024
Apr 26, 2024
Oct 23, 2023
Apr 3, 2024
Mar 26, 2024
Apr 13, 2024
Apr 13, 2024
Sep 11, 2019
Dec 17, 2023
Sep 2, 2023
May 6, 2024
Apr 13, 2024
Sep 1, 2023
May 16, 2024
Apr 13, 2024
May 13, 2024
Apr 15, 2024
Mar 27, 2024
Apr 14, 2024
Mar 27, 2023
Apr 17, 2024
Sep 1, 2023
Sep 10, 2020
Apr 17, 2024
Sep 2, 2019
Nov 3, 2021
Dec 8, 2022
Jan 10, 2024
Jun 26, 2023
Sep 6, 2023
May 6, 2024
Feb 14, 2024
Feb 8, 2024
Dec 17, 2023
Aug 10, 2023
Mar 27, 2024
Mar 27, 2023
May 22, 2024
Apr 27, 2024
Aug 8, 2023
Apr 13, 2023
Apr 13, 2024
Aug 8, 2023
Jun 5, 2023
Mar 14, 2024
Mar 20, 2024
Feb 8, 2024
May 8, 2024
Mar 27, 2023
Apr 15, 2024
Aug 28, 2023
Sep 2, 2023
Apr 13, 2024
Dec 17, 2023
Feb 8, 2024
Mar 27, 2024
Dec 29, 2023
Feb 12, 2024
Apr 22, 2024
Jan 30, 2024
Apr 23, 2024
Apr 15, 2024
Mar 5, 2024
Oct 23, 2023
Mar 27, 2023
Apr 11, 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 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 [email protected]: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.