mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
4.3
Symfony Documentation
This documentation is rendered online at https://symfony.com/doc/current/
Contributing
We love contributors! For more information on how you can contribute to the Symfony documentation, please read Contributing to the Documentation
Note
Unless you're documenting a feature that was introduced after Symfony 3.4 (e.g. in Symfony 4.2), all pull requests must be based off of the 3.4 branch, not the master or older branches.
SymfonyCloud
Thanks to SymfonyCloud for providing an integration server where Pull Requests are built and can be reviewed by contributors.
Docker
You can build the doc locally with these commands:
# build the image...
$ docker build . -t symfony-docs
# ...and start the local web server
# (if it's already in use, change the '8080' port by any other port)
$ docker run --rm -p 8080:80 symfony-docs
You can now read the docs at http://127.0.0.1:8080 (if you use a virtual
machine, browse its IP instead of localhost; e.g. http://192.168.99.100:8080).
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:41:19.167Z
Languages
PHP
78%
HTML
11%
C++
9%
NASL
1.1%
Shell
0.9%