1545 search results for symfony bundle

... supported anymore in 5.0.` It looks like this is/was being dealt with here and that a fix was merged in for the symfony/maker-bundle, but the trace shows the warning starting in .../vendor/stof/doctrine-extensions-bundle ...
Christopher R.
Christopher R.
Read Full Comment
... but is there AJAX based alternative to knp-paginator-bundle? I personally do not know any specific bundle, but we do talk about pagination in this course: https://knpuniversity.com/screencast/symfony-rest3 . You may ...
How to use multiple endpoints for Symfony NexySlackBundle I am using the nexylan/slack Bundle for my symfony 3.4 application. I configured the slack Incoming WebHook for #general channel and it's working as expected ...
Babagana Zannah
Babagana Zannah
Read Full Comment
... in core app and the bundle. Now I try to complete instructions given in the video and receive an error while `static::createClient()` in my functional test: `Symfony\Component\DependencyInjection\Exception ...
Hi, thanks for the tutorial, I have a small problem importing the bundle and I don't know if they could help me. The bundle works correctly, while it resides within lib. When you create the bundle and import it, you ...
Jesús L.
Jesús L.
Read Full Comment
If the server is 'required' using --dev (composer require symfony/web-server-bundle --dev) wouldn't mean it will not work when you switch to the prod'uction environment? I'm not sure if this is the case, but when I ...
Hey Teo! Absolutely! However, FOSUserBundle version 2.0 is not QUITE released yet (it's BETA 1 at this moment), and you'll need to use this new version in Symfony 3. Their documentation tells you how to install this ...
weaverryan
weaverryan
Read Full Comment
Ok, the bundle you want to remove is this one `symfony/debug-bundle` - I recommend not removing it because it only works on the "dev" environment, so your clients won't see it, also, it should be in the `require-dev ...
MolloKhan
MolloKhan
Read Full Comment
... talking about how to install a specific version of webpack encore bundle, you can do it this way: ```terminal $ composer require "symfony/webpack-encore-bundle:^1.13" ``` I hope this helps! Cheers!
Hi, Here is the output: $ composer require knplabs/knp-markdown-bundle Using version ^1.5 for knplabs/knp-markdown-bundle ./composer.json has been updated Loading composer repositories with package information ...
... Hi! I'm following this course along with my own application. I'm using friendsofsymfony/user-bundle. I see that the fos-userbundle doesn't support SF5. I want to make the switch from fos-user to the symfony/maker-bundle ...
lexhartman
lexhartman
Read Full Comment
... DataFixtures/ORM. But also, this tutorial covers an older version of the bundle - so this could be from a difference with the new version! In the next few days, we'll have an updated section about using Alice for fixtures in our Doctrine tutorial: http://knpuniversity.com/screencast/symfony-doctrine. Cheers!
weaverryan
weaverryan
Read Full Comment
Question: We are currently at Symfony 4.3. Will the tutorial work if I use the composer.json from that branch? Or should I use this composer.json from the 4.0 branch? Also, this file seems to be structured a bit ...
What method should be used to load global twig variables from a 4.2 symfony bundle? I would like to add some twig globals to my bundle using src/Resources/config/twig.yaml. Here is what my twig.yml file looks like ...
Steven J.
Steven J.
Read Full Comment
Hey Mark! Long time ;). Happy to hear from you. So, let's walk through. When you add this line to the config, Symfony literally starts opening each of your files in the `resource` path and looking for the classes it ...
weaverryan
weaverryan
Read Full Comment
Hey Guervyl We're glad to hear that you are liking our videos :) > What is the difference between app/.../services.yml and myBundle/.../services.yml? As far as I know the only difference is the loading order. Symfony ...
MolloKhan
MolloKhan
Read Full Comment
I just wanted to add to jmsche's post. I'm running this tutorial with Symfony 5.3 and PHP 8.1 (as of 5/24/2023). When attempting to run `composer require symfony/mercure-bundle` I get the following error: ``` The ...
... " query param. (%3F) That `%3F` is the `?` character. the `getUri()` method does add this character - https://github.com/symfony/symfony/blob/aa8e74b1c27890850b541c27ab7b05203cf06524/src/Symfony/Component/HttpFoundation ...
weaverryan
weaverryan
Read Full Comment
... symfony/twig-bundle\"? Unknown function \"dump\" in \"actualites/actu_detail.html.twig\".\" at /Users/symfony6/town/vendor/symfony/twig-bridge/UndefinedCallableHandler.php line 93","context":{"exception":{"class":"Twig ...
Domingo987
Domingo987
Read Full Comment
... seeing the web debug toolbar), then it should be there. The logic that loads it is here - https://github.com/symfony/symfony/blob/0383b067e947efb3570b2fda8259e582ef3d8f2d/src/Symfony/Bundle/FrameworkBundle ...
weaverryan
weaverryan
Read Full Comment