Symfony

Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 4,359 public repositories matching this topic...
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the hash
method would actually hash the files (in a fast not-so-secure way as it is not the point.)
I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes
Yoast SEO is a fairly popular WordPress plugin. I've found the nginxconfig.io breaks the sitemaps on every install I've done.
In /etc/nginx/nginxconfig.io/wordpress.conf
we could add
# WordPress SEO
location = /wp-content/plugins/wordpress-seo/css/main-sitemap.xsl {}
location = /wp-content/plugins/wordpress-seo-premium/css/main-sitemap.xsl {}
Above the # WordPress:
line
-
Updated
May 29, 2020 - PHP
-
Updated
May 27, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
May 24, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
May 12, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
Mar 26, 2020 - PHP
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file 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 100000+ employees company and
Why are there Lorum Ipsum translation strings in (for example) the Shop Bundle? Same goes for "brace_yoursel_winter_is_coming" (not even mentioning the typo in the key) in the latest product carousel?
I suggest replacing the Lorum Ipsum translations with some explanatory text on how to replace those texts and change "brace_yoursel_winter_is_coming" to a more appropriate key, so translators know
-
Updated
May 26, 2020 - PHP
Issue details
Check this article: https://uxdesign.cc/how-to-make-interactive-code-based-prototypes-that-feel-like-the-real-deal-even-if-you-suck-at-49da87f89282?gi=24317dd65bdc
When it's saved within wallabag, the page s
How to recreate
-
Preview a page that has content stored in contentblocks.
-
When previewing a page that has content stored in
contentblocks
, the contentblocks do not show.
Expected behaviour
The contentblocks showing exactly as they do on the saved webpage
Error
With strict_variables: true
, the error that is given is
Key "block" for array with keys "textsection" do
-
Updated
May 26, 2020 - PHP
-
Updated
May 12, 2020 - PHP
Currently it is only possible to configure "default" region type but doctrine/orm#954 introduced optimized Doctrine\ORM\Cache\Region\DefaultMultiGetRegion region that uses fetchMultiple method.
Proposal:
- allow to use "default_multi" under second_level_cache.regions.type configuration.
BTW. currently DefaultMultiGetRegion is not even documented in Doctrine doc
-
Updated
May 26, 2020 - PHP
There is a lack of documentation on how to properly use Symfony Flex.
For example, the behavior described in this comment is not documented anywhere:
symfony/flex#433 (comment)
The guide for upgrading Symfony doesn't describe how to upgrade with Flex:
https://symfony.com/doc/current/setup/upgrade_major.html#update-to-the-new-major-version-via-composer
-
Updated
May 12, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
May 26, 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.