boekkooi / symfony-docs

The Symfony documentation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The official Symfony Documentation

Online version | Screencasts

Contributing

We love contributors! For more information on how you can contribute, please read the Symfony Docs Contributing Guide

Important: use 4.4 branch as the base of your pull requests, unless you are documenting a feature that was introduced after Symfony 4.4 (e.g. in Symfony 5.4).

Build Documentation Locally

This is not needed for contributing, but it's useful if you want to debug some issue in the docs or if you want to read Symfony Documentation offline.

$ git clone git@github.com:symfony/symfony-docs.git

$ cd symfony-docs/
$ cd _build/

$ composer install

$ php build.php

After generating docs, serve them with the internal PHP server:

$ php -S localhost:8000 -t output/

Browse http://localhost:8000 to read the docs.

About

The Symfony documentation

https://symfony.com/doc

License:Other


Languages

Language:PHP 39.5%Language:HTML 30.9%Language:C++ 16.8%Language:NASL 9.9%Language:Pascal 2.3%Language:SourcePawn 0.6%