Skip to content

fabpot/symfony-docs

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

Folders and files

NameName
Last commit message
Last commit date
May 7, 2018
Dec 26, 2018
May 7, 2019
Dec 8, 2018
Apr 24, 2019
Oct 29, 2017
Apr 29, 2019
May 3, 2019
May 9, 2019
May 13, 2019
May 3, 2019
May 13, 2019
Apr 24, 2019
May 13, 2019
Mar 20, 2019
May 3, 2019
May 3, 2019
Apr 29, 2019
Apr 24, 2019
Apr 30, 2019
May 3, 2019
Feb 3, 2019
May 3, 2019
May 7, 2019
Apr 7, 2019
Apr 24, 2019
Apr 29, 2019
May 6, 2019
Apr 24, 2019
May 3, 2019
May 10, 2019
May 6, 2019
Apr 24, 2019
May 10, 2019
May 9, 2019
Apr 30, 2019
Apr 24, 2019
Apr 24, 2019
May 3, 2019
Jul 23, 2014
Jul 11, 2016
Dec 8, 2018
Jun 12, 2017
Oct 15, 2018
Apr 26, 2019
Jan 14, 2019
May 11, 2019
Apr 4, 2019
Apr 24, 2019
Apr 11, 2019
Jul 12, 2016
Apr 24, 2019
Apr 24, 2019
Mar 10, 2019
Apr 30, 2019
May 3, 2019
Apr 25, 2019
Feb 22, 2019
Apr 7, 2019
Apr 4, 2019
Apr 24, 2019
Mar 12, 2019
Jul 15, 2016
Apr 29, 2019
Apr 29, 2019
Apr 16, 2019
May 6, 2019
Jul 15, 2016
Mar 25, 2019
May 3, 2019
Mar 12, 2019
May 3, 2019
Apr 24, 2019
Apr 8, 2019
May 3, 2019

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

Pull requests are automatically built by SymfonyCloud.

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 Symfony2 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%