# wwwmalliecn-docs **Repository Path**: smartent-0/wwwmalliecn-docs ## Basic Information - **Project Name**: wwwmalliecn-docs - **Description**: 这是来自syfony的一份文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-21 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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 `5.4` branch as the base of your pull requests, unless you are documenting a > feature that was introduced *after* Symfony 5.4 (e.g. in Symfony 6.3). 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. ```bash $ 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: ```bash $ php -S localhost:8000 -t output/ ``` Browse `http://localhost:8000` to read the docs.