Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

symfony-docs

> 编程语言
Open source

The Symfony documentation

2.3K stars0 likes3 views
WebsiteGitHub

About

The Symfony documentation

The official Symfony Documentation

Online version | Components | Screencasts

Contributing ------------ We love contributors! For more information on how you can contribute, please read the [Symfony Docs Contributing Guide](https://symfony.com/doc/current/contributing/documentation/overview.html). > [!IMPORTANT] > Use `6.4` branch as the base of your pull requests, unless you are documenting a > feature that was introduced *after* Symfony 6.4 (e.g. in Symfony 7.2). Build Documentation Locally --------------------------- This is not needed for contributing, but it's useful if you would like to debug some issue in the docs or if you want to read Symfony Documentation offline. > [!NOTE] > The application that builds the Symfony Docs does not support Windows. Windows > users should build the docs using a Linux distribution via [WSL](https://learn.microsoft.com/windows/wsl/). ```bash $ git clone [email protected]:symfony/symfony-docs.git $ cd symfony-docs/ $ cd _build/ $ composer install $ php build.php ``` After generating docs, serve them with the internal PHP server: ```bash $ php -S localhost:8000 -t output/ ``` Browse `http://localhost:8000` to read the docs.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •PHP
  • •docs
  • •hacktoberfest
  • •php
  • •symfony

> Tags

PHPdocshacktoberfestphpsymfony

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言