Skip to content

freiondrej/symfony-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 37.6%
  • HTML 25.2%
  • Python 15.9%
  • C++ 8.6%
  • Batchfile 6.4%
  • Makefile 5.1%
  • Other 1.2%