-
**Is your feature request related to a problem? Please describe.**
Today, when a developer wants to improve the prestashop project he clones this git repository and opens a PR.
But if he wants to …
-
# Problem description
Currently emojis are just removed and not replaced by the name when slugging a title with emoji for it. It would be nice to slug them also.
# Proposed solution
In Symfon…
-
Allow to set routing prefixes directly from ENV variables. This doesn't work:
```
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
prefix: /%env(resolve…
-
### Description
Hello,
What do you think about providing helpers to get request or query parameter value using the request object with same behavior as what can be done using the ``requirements`…
-
With the old syntax like `{{- component() -%}` and `{%- component .. -%}` it is possible to control [whitespace](https://twig.symfony.com/doc/3.x/templates.html#whitespace-control) but with the html s…
-
I was looking for docs about the new MapEntity and I get exactly no results :D
However, after searching in this repo I found that it is documented: https://symfony.com/doc/current/doctrine.htm…
-
We currently have 2 things which we require to configure in the Integration Bundle for Symfony. In PHP the Engine is created like this:
```php
$engine = new Engine(
$adapter, // coming from D…
-
# Feature Request
## Diff
See https://symfony.com/blog/new-in-symfony-6-2-built-in-cache-security-template-and-doctrine-attributes
```diff
-use Sensio\Bundle\FrameworkExtraBundle\Confi…
-
I am trying to run a symfony application together with mercure hub under https.
**Symfony**, the **mysql db** and the **mercure hub** are all docker containers.
I am using **mod_proxy** in apache …
-
I installed the application using the command : symfony new --demo my_project. It seems to work, but the styles and maybe the scripts are not working in browser, so the app looks like this:
![image]…