1545 search results for symfony bundle

... me' box. I had a look through the code, and followed it in xdebug step-by-step, but all the references to a `remember_me` setting seemed to be looking for a suitable value coming from a symfony form. Am I missing ...
... - Webpack Encore is the tool which completely replaces this bundle and adds you more more features out of the box. So if you're going to use Encore - forget about AsseticBundle at all. About HTTP cache: it depends on your ...
... `__construct()` methods of our services. How can you know the service name? That's a good question! Well, first of all, you probably should base on the documentation, either official Symfony docs or bundle's docs in case ...
... chose Brevo and downloded the corresponding bundle. In the `.env` file. I have set `MAILER_DSN` to `brevo+api://`KEY`@default` where I have replace KEY by my Brevo API key. I have not received any email and, as a matter ...
... /webpack.config.js . But for simplicity, the EA pre-compiled all those assets and commit the compiled version to the repo so that users of this bundle even don't have to have Webpack Encore installed in their projects, it just works ...
... ``` The env vars changed: ```shell michael@michaels-lenovo:~/Projects/Dev/joinmyrun$ symfony var:export --multiline |grep PG export PGDATABASE=app_dev export PGHOST=127.0.0.1 export PGPASSWORD=dev_pass ...
Braunstetter
Braunstetter
Read Full Comment
... priority, but the service is explicitly declared without one in `/vendor/api-platform/core/src/Symfony/Bundle/Resources/config/ramsey_uuid.xml` so I'm guessing that's not relevant.
Nathanael
Nathanael
Read Full Comment
Hi Gianluca-F! Sorry for the slow reply - we're all getting back from Symfony conference week :). So, let's see... > is there a way to customize or override the template for filters container? *Probably ...
weaverryan
weaverryan
Read Full Comment
... You're right! But thanks for replying. If I get this all fixed up for Symfony 5.4, would it be something you'd be interested in having back or is 5.4 all 'old hat' now? I'm trying to get the images working properly ...
... filtering and sorting data or DataView control as they exist in Yii2 framework. The KnpPaginatorBundle package almost always has some bugs and does not work in new versions of Symfony. The EasyAdmin bundle is too ...
Влада Петковић
Влада Петковић
Read Full Comment
Hey Matěj V.! Hmmm. I do NOT know what's going on, but let's dig in a little bit. First, I'd clear your cache manually - JUST in case - `bin/console cache:clear`. At one time, Symfony had a bug where it wouldn't see ...
weaverryan
weaverryan
Read Full Comment
... updated the Question entity correctly :). By default (well, more accurately, thanks to this line of config that lives on your config/packages/doctrine.yaml file - https://github.com/symfony/recipes/blob/master/doctrine ...
weaverryan
weaverryan
Read Full Comment
Hi weaverryan ... Thanks for your response. I am really in a fix with this Doctrine issue. I am using MongoDB ODM (MongoDB Bundle) and as NoSQL don't need an exact schema, I was trying to dynamically set the properties ...
EinzigTech
EinzigTech
Read Full Comment
... works well for that bundle, I see a successful (green) build in January. Looking at your error messages from the output I only can say that most probably your have some incompatibility issues with the installed Symfony's ...
... cache instead. You can see a nice example in the recipe for DoctrineBundle - this is the config file for the "prod" environment: https://github.com/symfony/recipes/blob/master/doctrine/doctrine-bundle/1.12/config/packages/prod/doctrine.yaml Cheers!
weaverryan
weaverryan
Read Full Comment
... #apiDocumentation" X-Robots-Tag: noindex {"error":"Invalid credentials."} /home/kakhaber/Projects/symfonycasts/code-api-platform-extending/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Test/BrowserKitAssertionsTrait.php ...
... code written for you, as any other bundle, so it gives you some tools. And so, this sounds like more simple and faster solution. Or you can go with this course and do all the uploads yourself, but it would mean that you ...
... docs about how to generate images in PHP: https://github.com/liip/LiipImagineBundle#use-as-a-service - this should helps. I haven't tried it unfortunately, but even if it's not possible by design of the bundle - you still ...
... flag so that we know panther is being used. C) About updating the symfony/framework-bundle recipe and it working, haha, I really don't know :). Accepting that recipe would actually change your Kernel.php file back to how ...
weaverryan
weaverryan
Read Full Comment
Hi Diego, Thank you for the tip. For anyone also looking for this, here is a part of my implementation. ``` namespace App\Tests; use Liip\FunctionalTestBundle\Test\WebTestCase as LiipWebTestCase; use Symfony ...