Skip to content

beejaz/symfony-docs

This branch is 17353 commits behind symfony/symfony-docs:7.3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d7a962 · Jun 5, 2020
Jun 4, 2020
Dec 26, 2018
Jun 5, 2020
Nov 19, 2019
Apr 25, 2019
May 18, 2020
Jun 5, 2020
May 18, 2020
May 27, 2020
Jun 4, 2020
Jun 5, 2020
Apr 9, 2020
Mar 17, 2020
May 28, 2020
Jan 4, 2020
May 29, 2020
Jun 4, 2020
Sep 11, 2019
Feb 25, 2020
Jun 3, 2020
Mar 7, 2020
Mar 30, 2020
Mar 31, 2020
May 22, 2020
Jun 4, 2020
Jun 3, 2020
Jun 1, 2020
Jun 4, 2020
Jun 1, 2020
May 29, 2020
May 28, 2020
May 22, 2020
Jan 26, 2020
Apr 16, 2020
May 16, 2020
Feb 25, 2020
Apr 3, 2020
Mar 31, 2020
Sep 2, 2019
Jan 4, 2020
Dec 8, 2018
Aug 13, 2019
Oct 15, 2018
Aug 13, 2019
Feb 17, 2020
Feb 25, 2020
Jan 9, 2020
Mar 13, 2020
Jun 5, 2020
Apr 9, 2020
Mar 13, 2020
Feb 28, 2020
May 28, 2020
Feb 25, 2020
May 8, 2020
Jan 28, 2020
Feb 18, 2020
Apr 6, 2020
Feb 5, 2020
Feb 24, 2020
May 29, 2020
May 29, 2020
May 28, 2020
Mar 8, 2020
Apr 29, 2020
Feb 29, 2020
Apr 23, 2020
Nov 14, 2019
May 14, 2020
Jun 5, 2020
Mar 12, 2020
May 22, 2020
May 28, 2020
Apr 3, 2020
May 19, 2020
Apr 10, 2020
Mar 10, 2020
Feb 25, 2020
Jun 3, 2020
May 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 44.7%
  • HTML 21.2%
  • Python 13.7%
  • C++ 7.6%
  • Batchfile 5.5%
  • Makefile 4.4%
  • Other 2.9%