Robuta

https://symfony.com/doc/current/contributing/code/license.html
Symfony code is released under the MIT license: Copyright (c) 2004-present Fabien Potencier Permission is hereby granted, free of charge, to any person...
symfonycodelicensedocs
https://symfony.com/doc/current/contributing/code_of_conduct/concrete_example_document.html
This is a living document that serves to give concrete examples of unwanted behavior. These examples have all taken place somewhere in the PHP community in the...
symfony docscodeconductconcreteexample
https://symfony.com/doc/current/contributing/community/reviews.html
Symfony is an open-source project driven by a large community. If you don't feel ready to contribute code or patches, reviewing issues and pull requests (PRs)...
community reviewssymfony docs
https://symfony.com/doc/current/contributing/code/bugs.html
Whenever you find a bug in Symfony, we kindly ask you to report it. It helps us make a better Symfony. Warning If you think you've found a security issue…
symfony docsreportingbug
https://symfony.com/doc/current/security.html
Symfony provides many tools to secure your application. Some HTTP-related security tools, like secure session cookies and CSRF protection are provided by...
symfony docssecurity
https://symfony.com/doc/current/contributing/index.html
The Core Team Code of Conduct Code of Conduct Reporting Guidelines CARE Team Code of Conduct: Concrete Example Document Code Bugs Getting a Stack Trace Pull...
symfony docscontributing
https://symfony.com/doc/current/contributing/code/bc.html
Ensuring smooth upgrades of your projects is our first priority. That's why we promise you backward compatibility (BC) for all minor Symfony releases. You...
symfony docsbackwardcompatibilitypromise
https://symfony.com/doc/current/contributing/code_of_conduct/reporting_guidelines.html
If you believe someone is violating the Code of Conduct we ask that you report it to the CARE team by emailing, Twitter, in person or any way you see fit. All...
reporting guidelinessymfony docs
https://docs.upsun.com/get-started/stacks/symfony/symfony-cli-tips.html
Find out about the most useful commands when using the Symfony CLI.
symfonyclitipsupsundocs
https://docs.upsun.com/get-started/stacks/symfony.html?utm_source=symfony-cloud-sign-up&utm_medium=backlink&utm_campaign=Symfony-Cloud-sign-up&utm_content=docs
Complete the last required steps to successfully deploy Symfony on Upsun.
deploysymfonyupsundocs
https://docs.upsun.com/get-started/stacks/symfony/integration.html
Learn how to use the Symfony integration for a better Upsun experience.
symfonyintegrationupsundocs
https://fixed.docs.upsun.com/guides/symfony.html?utm_source=symfony-cloud-sign-up&utm_medium=backlink&utm_campaign=Symfony-Cloud-sign-up&utm_content=docs
Everything you need to get started with Symfony, a PHP framework for web development, on Upsun Fixed.
symfonyupsunfixeddocs
https://symfony.com/doc/current/translation.html
The term internationalization (often abbreviated i18n) refers to the process of abstracting strings and other locale-specific pieces out of your application...
symfony docstranslations
https://symfony.com/doc/current/routing.html
When your application receives a request, it calls a controller action to generate the response. The routing configuration defines which action to run for each...
symfony docsrouting
https://symfony.com/doc/current/contributing/code/security.html
This document explains how Symfony security issues are handled by the Symfony core team (Symfony being the code hosted on the main symfony/symfony Git...
security issuessymfony docs
https://symfony.com/doc/current/profiler.html
The profiler is a powerful development tool that gives detailed information about the execution of any request. Danger Never enable the profiler in produ…
symfony docsprofiler
https://symfony.com/doc/current/page_creation.html
Creating a new page - whether it's an HTML page or a JSON endpoint - is a two-step process: Create a controller: A controller is the PHP function you write...
symfony docscreatefirst
https://symfony.com/doc/current/contributing/documentation/overview.html
Before Your First Contribution Before contributing, you need to: Sign up for a free GitHub account, which is the service where the Symfony documentation is...
symfony docscontributingdocumentation
https://symfony.com/doc/current/contributing/code_of_conduct/code_of_conduct.html
Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age,...
symfony docscodeconduct
https://symfony.com/doc/current/reference/constraints.html
The Validator is designed to validate objects against constraints. In real life, a constraint could be: The cake must not be burned. In Symfony, constraints...
symfony docsvalidationconstraintsreference
https://symfony.com/doc/current/contributing/core_team.html
The Symfony Core team is the group of developers that determine the direction and evolution of the Symfony project. Their votes rule if the features and...
core teamsymfonydocs
https://symfony.com/doc/current/contributing/code/index.html
Reporting a Bug Getting a Stack Trace Anatomy of a Stack Trace Stack Traces and Exceptions Nested Ex…
contributing codesymfony docs
https://docs.upsun.com/get-started/stacks/symfony.html
Complete the last required steps to successfully deploy Symfony on Upsun.
deploysymfonyupsundocs
https://symfony.com/doc/current/doctrine.html
Screencast Do you prefer video tutorials? Check out the Doctrine screencast series. Symfony provides all the tools you need to use databases in your...
symfony docsdatabasesdoctrineorm
https://symfony.com/doc/current/best_practices.html
This article describes the best practices for developing web applications with Symfony that fit the philosophy envisioned by the original Symfony creators. If...
best practicessymfonyframeworkdocs
https://symfony.com/doc/current/reference/index.html
Configuration Options Ever wondered what configuration options you have available to you in config/packages/*.yaml files? In this section, all the available...
reference documentssymfony docs
https://symfony.com/doc/current/service_container.html
Screencast Do you prefer video tutorials? Check out the Symfony Fundamentals screencast series. Your application is full of useful objects: a Mailer object...
service containersymfony docs
https://symfony.com/doc/current/templates.html
A template is the best way to organize and render HTML from inside your application, whether you need to render HTML from a controller or generate the contents...
symfony docscreatingusingtemplates
https://symfony.com/doc/current/contributing/documentation/license.html
The Symfony documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License (CC BY-SA 3.0). You are free: to Share — to copy,...
documentation licensesymfonydocs
https://symfony.com/doc/current/contributing/community/releases.html
This document explains the process followed by the Symfony project to develop, release and maintain its different versions. Symfony releases follow the...
release processsymfony docs
https://symfony.com/doc/current/contributing/code_of_conduct/care_team.html
Our Pledge In the interest of fostering an open and welcoming environment, the Code of Conduct Active Response Ensurers, or CARE team, pledge to ensure that...
care teamsymfony docs
https://symfony.com/doc/current/console.html
The Symfony framework provides lots of commands through the bin/console script (e.g. the well-known bin/console cache:clear command). These commands are...
console commandssymfony docs
https://symfony.com/doc/current/mailer.html
Installation Symfony's Mailer & Mime components form a powerful system for creating and sending emails - complete with support for multipart messages, Twig...
sending emailssymfony docsmailer
https://symfony.com/doc/current/notifier.html
Installation Current web applications use many different channels to send messages to the users (e.g. SMS, Slack messages, emails, push notifications, etc.)....
symfony docscreatingsendingnotifications