symfony-bundle

Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 1,474 public repositories matching this topic...
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
Sylius version affected: v1.4.4
Description
Sylius says the category is used and cannot be removed, when we try to remove an empty category.
We figured out that we had some products with the taxon as "Main Taxon".
Steps to reproduce
- Add a taxon, keep it empty of products.
- Update a product to use the newly created taxon as Main taxon.
- Try to remove the taxo
-
Updated
Oct 12, 2020 - PHP
-
Updated
Sep 27, 2020 - PHP
-
Updated
Oct 7, 2020 - PHP
Short description of what this feature will allow to do:
When bundle asked for directory to generate controller, why not to create the sub folders if not exist, instead of threw exception?
Example of how to use this feature
This is just one kind of example of integration:
Which directory do you want to generate "DashboardController" in? [src/Controller/Admin/]:
>
The "src/C
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 13, 2020 - PHP
-
Updated
Oct 9, 2020 - PHP
-
Updated
Aug 23, 2020 - PHP
-
Updated
Sep 21, 2020 - PHP
-
Updated
Oct 13, 2020 - PHP
-
Updated
Oct 9, 2020 - PHP
It could be great to leverage these metadata, notably when using jms virtual properties.
-
Updated
Oct 13, 2020 - PHP
-
Updated
Sep 28, 2020 - PHP
-
Updated
Oct 13, 2020 - Twig
-
Updated
Oct 13, 2020 - PHP
-
Updated
Sep 30, 2020 - PHP
-
Updated
Oct 6, 2020 - PHP
-
Updated
Oct 9, 2020 - PHP
-
Updated
Jul 22, 2020 - PHP
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 7, 2020 - PHP
-
Updated
Oct 13, 2020 - PHP
Created by Fabien Potencier
Released October 2005
- Organization
- symfony
- Website
- symfony.com
- Wikipedia
- Wikipedia
Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".
It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.