nicolas-grekas / symfony-docs

The Symfony2 documentation

Home Page:http://symfony.com/doc/current/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 All pull requests must be based off of the 4.4 branch, unless you're documenting a feature that was introduced after Symfony 4.4 (e.g. in Symfony 5.2), not the 5.x 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 Symfony2 documentation

http://symfony.com/doc/current/

License:Other


Languages

Language:PHP 52.9%Language:Python 13.1%Language:HTML 9.6%Language:C++ 9.0%Language:Batchfile 6.5%Language:Makefile 5.2%Language:NASL 2.0%Language:Pascal 0.6%Language:CSS 0.5%Language:Dockerfile 0.3%Language:Assembly 0.2%