1545 search results for symfony bundle

Hey Josh, Have you properly installed this bundle, i.e. download it with Composer and register this bundle in AppKernel? Please, double check it. We did all the installation and configuration of it here: https://knpuniversity.com/screencast/symfony-fundamentals/add-cache-service . Also, try to clear the cache. Cheers! ...
After run the console command, the container doesn't know any classes from the Knp markdown bundle. I think the reason is because the bundle is built for previous symfony version, and all service makred as non-public? The container can only know the customer classes we defined. ...
Hey Martin Bittner! This bundle works for Symfony 3 also, but *this* specific tutorial uses an old version of the bundle. But if you're following their GitHub documentation, yep, it should work! What's the date you have with the date() faker function? Cheers! ...
weaverryan
weaverryan
Read Full Comment
Hey James, Thanks for your kind words! The most popular OS e-commerce project is Sylius. It has a lot of distributed bundles, including the cart bundle. But probably it's not ready for Symfony 3 yet. You could also check https://github.com/leaphly/CartBundle bundle, looks pretty popular on GitHub. Cheers! ...
... \Bundle\EasyAdminBundle\Context\AdminContext {#798 ▶} "app" => Symfony\Bridge\Twig\AppVariable {#1288 ▶} ] ``` I also tried using the search functionality but there were no variable with the name 'test' anywhere ...
Hey Otacon, A recipe comes from a Symfony bundle or component, and it's just a set of instructions that are run after you install it. Usually, a recipe adds a default config file, or a bundle registers itself in the `config/bundles.php` file Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
... [TypeError] Argument 1 passed to Symfony\Component ...
zahariastefan462
zahariastefan462
Read Full Comment
... \Bundle\DoctrineBundle\Registry given, called in C:\Users\test\Desktop\start\var\cache\dev\ContainerKMxEU8Z\App_KernelDevDebugContainer.php on line 1212 new error after updating symfony/flex ...
Ruslan I.
Ruslan I.
Read Full Comment
Hey Victor, I have this version of EasyAdmin Bundle installed: "name": "easycorp/easyadmin-bundle", "version": "v4.0.9", I think this one is the actualy latest. I am sorry, but I am beginner ...
skocdopolet
skocdopolet
Read Full Comment
Hello. In some previous tutorials, you presented us other library for the fixture called Alice Bundle. I wonder beacause this tuto is newer (Symfony 5) so this bundle zenstruck/foundry is better and I should use this instead for new project? Thanks ...
Hey Maxim! Ah, you're right! It only affects empty authenticator, with login form authenticator it's already there. I just created a PR in maker-bundle to fix it: https://github.com/symfony/maker-bundle/pull/1060 - feel free to give a review ;) Cheers! ...
Hey Saif Ali, Ah, good catch! Yeah, that part changed in the newer version. We had a not about it I think, in this specific chapter: https://symfonycasts.com/screencast/symfony-bundle/bundle-configuration Anyway, thank you for sharing the final solution with others! Cheer! ...
... \Symfony\Component\HttpKernel\Bundle\Bundle` And this file https://pastebin.com/qPUGaqZM which is in *DependencyInjection* folder refresh the page... it's successful loaded. The method *load()* wasn't called. ;[ ...
... I just don't want it to depend on the global configuration, once it's defined in the Bundle, it doesn't need to be loaded again, so I'm looking for an option if it exists in Symfony to be able to have routes from the Bundle.
Jose carlos C.
Jose carlos C.
Read Full Comment
Hey Charlene Eboña That's interesting. Did you start coding from scratch or did you download the course code from this page? Double check that you have installed `symfony/orm-pack` in your composer.json file, if you ...
MolloKhan
MolloKhan
Read Full Comment
Hey Federico R. When you install a bundle Symfony Flex installs any recipes that it comes with. So, in a new project you'll have to install all the bundles that you will need. Installing recipes without its ...
MolloKhan
MolloKhan
Read Full Comment
... - busting cached assets. So I wrote a Symfony Bundle to integrate gulp-buster plugin and it's working perfectly. Here is the Bundle - https://github.com/ajaxray/GulpBusterBundle
Hey Вячеслав Л. Can you tell me what bundle is not being registered? Also, could you double check that Symfony Flex is installed in your project? When you install a bundle that comes with a recipe, you should see a message coming from Composer that a recipe was found Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
... You may be looking for a command provided by the "WebServerBundle" which is currently not instal led. Try running "composer require symfony/web-server-bundle --dev". How can I solve that?
Hi Guys, I am using Symfony 3.3 and Lexik Authentication Bundle 1.x Branch configuration I have implemented Lexik JWT token authentication and I want to implement Refresh token in the authentication bundle itself. Is it feasible? If yes please suggest ...
Rajeshwari Nesargi
Rajeshwari Nesargi
Read Full Comment