Skip to content

JohJohan/symfony-docs

This branch is 1 commit ahead of, 16010 commits behind symfony/symfony-docs:7.3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5282220 · Oct 20, 2020
Oct 5, 2020
Dec 26, 2018
Aug 31, 2020
Sep 20, 2020
Apr 25, 2019
Sep 22, 2020
Oct 4, 2020
Sep 13, 2020
Sep 14, 2020
Sep 23, 2020
Sep 23, 2020
Jun 11, 2020
Aug 31, 2020
Sep 23, 2020
Sep 10, 2020
Oct 3, 2020
Sep 30, 2020
Sep 11, 2019
Sep 13, 2020
Sep 10, 2020
Sep 25, 2020
Sep 15, 2020
Sep 12, 2020
Sep 22, 2020
Jul 24, 2020
Oct 5, 2020
Sep 23, 2020
Oct 3, 2020
Jun 22, 2020
Oct 5, 2020
Sep 23, 2020
Sep 25, 2020
Aug 31, 2020
Sep 13, 2020
Aug 31, 2020
Sep 13, 2020
Apr 3, 2020
Sep 10, 2020
Jun 28, 2020
Sep 2, 2019
Jan 4, 2020
Dec 8, 2018
Aug 13, 2019
Oct 15, 2018
Aug 13, 2019
Feb 17, 2020
Sep 25, 2020
Sep 13, 2020
Sep 24, 2020
Oct 4, 2020
Sep 14, 2020
Sep 10, 2020
Sep 10, 2020
Sep 12, 2020
Feb 25, 2020
Sep 25, 2020
Sep 18, 2020
Sep 10, 2020
Jun 24, 2020
Oct 2, 2020
Oct 4, 2020
Oct 4, 2020
Feb 24, 2020
Oct 1, 2020
Sep 9, 2020
Sep 24, 2020
Aug 31, 2020
Sep 29, 2020
Sep 13, 2020
Oct 1, 2020
Jul 9, 2020
Sep 13, 2020
Sep 13, 2020
Oct 3, 2020
Sep 24, 2020
May 28, 2020
Sep 13, 2020
Jun 27, 2020
Sep 25, 2020
Sep 27, 2020
Sep 13, 2020
Jun 3, 2020
Sep 13, 2020

Repository files navigation

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.4), 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).

About

The Symfony documentation

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 51.7%
  • Python 12.9%
  • HTML 10.8%
  • C++ 8.9%
  • Batchfile 6.4%
  • Makefile 5.1%
  • Other 4.2%