1545 search results for symfony bundle

... ... it really doesn't matter :). The *one* edge thing I can think of is this: if you use YAML, then your bundle is dependent on the YAML component. And, in theory, some apps could be built without using YAML, and they may not ...
weaverryan
weaverryan
Read Full Comment
Thanks for the response Ryan, but still not working This is the current error now: ``` Module build failed (from ./node_modules/@symfony/stimulus-bridge/dist/webpack/loader.js): Error: The file "@symfony/ux-turbo ...
... Symfony\Component\Validator\Validator\ValidatorInterface But actually "translator" works. I don't know why but works jaja 2. I am not using symfony skeleton for my bundle. I create my bin ...
... more experience in development and can help with more complex tasks. If we're talking about Symfony, well junior dev should understand what's Composer, what's a bundle, how to install and enable it, and know what's ...
Hi Dmitriy, There's no any core components from Symfony for it, but actually Symfony already do everything you need for user authentication through AJAX - you just need to send your Login form via AJAX and that's it ...
Hey Nina, Well, in this chapter there's no any important reason do it with "$bundles[]" instead of putting it into $bundles array on initialization. But answer is simple: this bundle is related to development mode and ...
... :). > So, I'll take my xmas holiday to try converting a fun project with Symfony & React 18 to Asset Mapper. The React part might be a problem. It's possible (heck, we do it in ux.symfony.com - https://github.com/symfony/ux ...
weaverryan
weaverryan
Read Full Comment
Hey @Andromeda, The issue is that Symfony doesn't include annotation reader BTW it wasn't a part of symfony at all, it was part of Doctrine library so the easiest way to get annotations back is install `doctrine ...
... 2) `composer outdated` gave this result doctrine/dbal 2.13.8 3.3.4 Powerful PHP database abst... doctrine/doctrine-migrations-bundle 2.2.3 3.2.2 Symfony DoctrineMigrations... doctrine/migrations ...
Hi, I followed your tutorial and managed to get everything working. I recently upgraded the symfony version from 5.2 to 5.3 and got rid of all the deprecations. Then I ran composer update and got - Upgrading liip ...
... soon. This way you may control the legacy code and get rid of them in some time. For example, if you want to drop Symfony 5.0 support in new major version of your bundle, you trigger the deprecation notice now saying that ...
Hey Victor Bocharsky Thank you for your response. My need behind this question is really to find a way to do a functional test for a bundle that I am making that is compatible for all versions of symfony 5 (not just ...
Thank you for your answer, really appreciate. 1) Sorry I don't get the difference between a release and a tag :( kind of noob question, I'm sorry. 2) Imagine that the 3.x bundle use Symfony\Component\EventDispatcher ...
... "defer" attribute on them? If so, that's the problem. To fix it, set this line to false: https://github.com/symfony/recipes/blob/master/symfony/webpack-encore-bundle/1.9/config/packages/webpack_encore.yaml#L9 If I'm correct ...
weaverryan
weaverryan
Read Full Comment
... Hi there, I'm struggling with the installation of the liip/functional-test-bundle, composer doesn't seems to want to install anymore this package on the symfony version you deliver with this course; I just downloaded ...
... https://github.com/symfony/recipes/blob/ec008e83cf1afbbf4a6cd93109fbd83088906d93/symfony/framework-bundle/4.2/config/packages/test/framework.yaml#L2 If you're using our copied classes, then you need to add this service ...
weaverryan
weaverryan
Read Full Comment
... parameter. And we have to find out what's wrong, find it in config and disable. I've expressed all my first confusion here: https://github.com/symfony/webpack-encore-bundle/issues/92 Now it looks more or less clear to me, but I still think that something is super complicated with all these parameters. :)
plashenkov
plashenkov
Read Full Comment
Hello there, Full disclosure I might be a little OCD and I HATE deprecation warnings. So... I tried to make the bundle as backward compatible as possible using Symfony 4.4. So I extended my FilterApiResponseEvent with ...
julien_bonnier
julien_bonnier
Read Full Comment
Hey Luis, In Symfony, bundles are mostly meant to be just reusable modules, i.e. some part of code that you can share between a few projects. For example, open source bundles that do some useful things are a good ...
... //symfonycasts.com/screencast/symfony-rest4/create-json-web-token#codeblock-5b2a065f04 However, if you're using the bundle in a more traditional way - by using json_login and their success_handler (https://github.com/lexik ...
weaverryan
weaverryan
Read Full Comment