mauricesvay / symfony-docs

The Symfony documentation

Home Page:https://symfony.com/doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Documentation

This documentation is rendered online at https://symfony.com/doc/current/

Contributing

Note Unless you're documenting a feature that was introduced after Symfony 2.8 (e.g. in Symfony 3.4), all pull requests must be based off of the 2.8 branch, not the master or older branches.

We love contributors! For more information on how you can contribute to the Symfony documentation, please read Contributing to the Documentation

Platform.sh

Pull requests are automatically built by Platform.sh.

Docker

You can build the doc locally with these commands:

# build the image...
$ docker build . -t symfony-docs

# ...and serve it locally on http//:127.0.0.1:8080
# (if it's already in use, change the '8080' port by any other port)
$ docker run --rm -p 8080:80 symfony-docs

About

The Symfony documentation

https://symfony.com/doc


Languages

Language:PHP 45.9%Language:Python 16.2%Language:HTML 15.6%Language:C++ 8.8%Language:Batchfile 6.6%Language:Makefile 5.3%Language:Pascal 0.6%Language:Assembly 0.5%Language:Dockerfile 0.3%Language:SourcePawn 0.2%