1545 search results for symfony bundle

... then in MyService.php namespace AppBundle\Service; use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; class MyService { private $templating; public function __construct(EngineInterface $templating ...
... Symfony\Bundle\SecurityBundle\Security; use Symfony\Component\DependencyInjection\Attribute\AsDecorator; #[AsDecorator('api_platform.doctrine.orm.state.persist_processor')] class ParkSetOwnerProcessor implements ...
... download behind the pay wall, but all of our code is technically open and available on GitHub - e.g. https://github.com/knpuniversity/symfony-bundle Cheers!
weaverryan
weaverryan
Read Full Comment
... https://github.com/symfony/recipes/blob/25f935f1052be6f3c7dda75f22706d961ad3acb3/symfony/webpack-encore-bundle/1.9/config/packages/webpack_encore.yaml#L8-L15 Cheers!
weaverryan
weaverryan
Read Full Comment
... your recipe. You will want to make it against the https://github.com/symfony/recipes-contrib repository B) Once the pull request is open, at the bottom, you should see the message "This branch was successfully deployed ...
weaverryan
weaverryan
Read Full Comment
Hi Nathan D.! Hmm, my guess is that you've having CORS issues and/or the "SameSite" cookie that Symfony uses. Btw, I'm not at all familiar with Treafik - so I may be misunderstanding a big part of your infrastructure ...
weaverryan
weaverryan
Read Full Comment
... a custom normalizer for this class. I could totally be wrong.. but I don't see any "core" normalizer for that pagination class that comes with KnpPaginator... so I don't *think* it's being added by that bundle. Your ...
weaverryan
weaverryan
Read Full Comment
... autoload files Symfony operations: 1 recipe (6b9874565790f5e93c2c01b6335f4da2) - Configuring knplabs/knp-markdown-bundle (>=1.7.1): From auto-generated recipe Executing script cache:clear [KO] [KO] Script cache:clear ...
Michel K.
Michel K.
Read Full Comment
... I'm a beginner in symfony , I try to run this command : composer require annotations But i have this error ~/app-synfony$ composer require annotations Using version ^5.2 for sensio/framework-extra-bundle ...
... looks like this: ``` { "controllers": { "@symfony/ux-chartjs": { "chart": { "enabled": true, "fetch": "lazy" } }, "@symfony ...
... "symfony/framework-bundle" 4.2.3. In addition, you're 100% correct that even this doesn't tell the whole story. Even if a tutorial is built on Symfony 4.2, we might be keeping it up-to-date and valid for all versions of ...
weaverryan
weaverryan
Read Full Comment
Interrupt Symfony with an Event Subscriber

Hey guys! Welcome to a series that we're calling: Journey to the Center of Symfony! In this first part, we'll be talking about the deep, dark core piece called the HttpKernel, a wondrous component that not only sits at ...

8:40
... JMS even exposed a FK collection I defined under a different group. So, if you do not set a group, all other annotations are simply ignored! I am using Symfony 3.4 and JMS bundle: 2.3. I changed things as per this: http ...
Mrugendra Bhure
Mrugendra Bhure
Read Full Comment
... one object at a time but for now the for loop seems to work OK with our small data collection. I also noticed that Alice 3.0 now comes with a Symfony Bundle and a service called `nelmio_alice.file_loader` but I couldn't figure out how to use that.
Hello together, First, thankyou for your good work. I`ve tested your sample code - no problems. FOSUserEvents::REGISTRATION_SUCCESS is overriden and the "homepage" is displayed. But if I generate a new Symfony 3.3 ...
Jürgen Schatral
Jürgen Schatral
Read Full Comment
... in user has the required role with isGranted() method, i.e. $this->isGranted('ROLE_USER') in your controller (but only if you extends the Symfony\Bundle\FrameworkBundle\Controller\Controller class) or use @security.authorization_checker service otherwise. Cheers!
... as shown below: `In Process.php line 144: [TypeError] Argument 1 passed to Symfony\Component\Process\Process::__construct() must be of the type array, string given, called in /var/www/html/vendor/sensio ...
... ` because the project uses version 5 of `scheb/2fa-bundle` . Both of those libraries ARE still maintained, but you're totally right that this is an old version: the new version is 6 for both of these libraries. In 2 ...
weaverryan
weaverryan
Read Full Comment
Hey Samuel, If allow-contrib is false and you're installing a bundle from the symfony/recipe-contrib repo - that's the problem. You should make it true, and remove that key completely so Composer will ask you the next ...
... add */``` Then Execute following commands in your Terminal: ``` $ composer require symfony/webpack-encore-bundle $ yarn install $ yarn add bootstrap --dev $ yarn encore dev --watch $ npm install bootstrap --save-dev ...