Skip to content
master
Go to file
Code
This branch is 5135 commits behind symfony:5.x.

Latest commit

* 4.4:
  Document the new --version option from the Symfony bin
aa11a91

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 25, 2019
Sep 29, 2019
Oct 15, 2018

README.markdown

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).

You can’t perform that action at this time.