Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabpot/symfony-docs
The Symfony2 documentation
https://github.com/fabpot/symfony-docs
Last synced: 4 days ago
JSON representation
The Symfony2 documentation
- Host: GitHub
- URL: https://github.com/fabpot/symfony-docs
- Owner: fabpot
- License: other
- Fork: true (symfony/symfony-docs)
- Created: 2012-07-15T10:52:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T10:09:33.000Z (4 months ago)
- Last Synced: 2024-07-27T22:44:17.185Z (4 months ago)
- Language: PHP
- Homepage: http://symfony.com/doc/
- Size: 81.1 MB
- Stars: 28
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: security.rst
Awesome Lists containing this project
README
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](https://symfony.com/doc/current/contributing/documentation/overview.html)> **Note**
> Unless you're documenting a feature that was introduced *after* Symfony 3.4
> (e.g. in Symfony 4.4), all pull requests must be based off of the **3.4** branch,
> **not** the master or older branches.SymfonyCloud
------------Thanks to [SymfonyCloud](https://symfony.com/cloud) for providing an integration
server where Pull Requests are built and can be reviewed by contributors.Docker
------You can build the doc locally with these commands:
```bash
# 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`).