Skip to content

symfony/symfony-docs

6.2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 28, 2023 12:10
September 28, 2022 09:58
May 12, 2021 21:50
April 26, 2023 19:44
May 22, 2023 10:59
March 29, 2023 10:08
May 30, 2023 13:44
March 29, 2023 10:08
December 8, 2022 14:41
April 20, 2023 00:18
January 31, 2022 13:43
April 3, 2023 10:56
March 29, 2023 10:08
March 8, 2023 11:41
April 26, 2023 09:23
April 11, 2023 09:56
March 27, 2023 19:56

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 6.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.