Skip to content

94noni/symfony-docs

This branch is 17886 commits behind symfony/symfony-docs:7.1.

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2019
Dec 26, 2018
Jan 4, 2020
Nov 19, 2019
Apr 25, 2019
Jan 4, 2020
Jan 16, 2020
Jan 2, 2020
Jan 7, 2020
Jan 7, 2020
Jan 16, 2020
Jan 7, 2020
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Nov 14, 2019
Jan 4, 2020
Sep 11, 2019
Jan 4, 2020
Sep 11, 2019
Jan 4, 2020
Jan 1, 2020
Jan 4, 2020
Sep 24, 2019
Jan 17, 2020
Jan 2, 2020
Jan 2, 2020
Oct 9, 2019
Jan 16, 2020
Jan 4, 2020
Jan 7, 2020
Jan 7, 2020
Jan 12, 2020
Jan 17, 2020
Dec 17, 2019
Jan 12, 2020
Dec 9, 2019
Sep 2, 2019
Jan 4, 2020
Dec 8, 2018
Sep 2, 2019
Aug 13, 2019
Oct 15, 2018
Aug 13, 2019
Dec 9, 2019
Nov 12, 2019
Jan 9, 2020
Dec 7, 2019
Jan 15, 2020
Dec 10, 2019
Sep 11, 2019
Dec 9, 2019
Jan 2, 2020
Sep 19, 2019
Dec 11, 2019
Nov 23, 2019
Jul 9, 2019
Aug 14, 2019
Oct 3, 2019
Sep 26, 2019
Jan 2, 2020
Dec 11, 2019
Dec 14, 2019
Dec 3, 2019
Jan 4, 2020
Jan 12, 2020
Nov 14, 2019
Jan 2, 2020
Dec 26, 2019
Sep 26, 2019
Dec 10, 2019
Jul 19, 2019
Dec 9, 2019
Jan 12, 2020
Oct 16, 2019
Sep 18, 2019
Jan 16, 2020
Jan 4, 2020
Jan 16, 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.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).

About

The Symfony documentation

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 40.2%
  • HTML 24.6%
  • Python 14.9%
  • C++ 8.4%
  • Batchfile 6.0%
  • Makefile 4.8%
  • Other 1.1%