1545 search results for symfony bundle

... \Component\HttpKernel\Kernel->initializeBundles() #2 /Users/Brian/aqua_note/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(68): Symfony\Component\HttpKernel\Kernel->boot() #3 /Users ...
Hello I am running `composer require encore` and get errors due to dependencies' lock. I run `composer require encore --with-all-dependencies` and still I get an error: `Problem 1 - symfony/webpack-encore-bundle ...
Juan-Etxenike
Juan-Etxenike
Read Full Comment
... `- Removing doctrine/doctrine-cache-bundle (1.3.5) - Removing fzaninotto/faker (v1.8.0) - Removing jdorn/sql-formatter (v1.2.17) - Removing symfony/contracts (v1.1.5) - Removing symfony/test-pack (v1.0.6) - Removing ...
Using a Serializer

... know to do this because I went deep enough into the bundle to find this. If you want to know how this works, check out our Journey to the Center of Symfony: Dependency Injection screencast: it's good nerdy stuff. The ...

5:47
Hey Вячеслав Л.! Well, the `type` key looks perfect :). Here is the logic in Symfony Flex that automatically updates bundles.php when it's installing a "symfony-bundle" type: https://github.com/symfony/flex/blob ...
weaverryan
weaverryan
Read Full Comment
... add automatically my bundle in the symfony config/bundle.php So i checked how FOS bundles did, and i figured out there is a configuration missing to achieve it: in the bundle composer.json i added: `{ "name ...
Magical Flex Recipes

... every file that we started with - in bin/, config/, public/ - these all came from the recipes of the packages that were originally installed. For example, symfony/framework-bundle is the "core" package of the Symfony ...

5:40
Recipes Other Repositories

... repo. But a lot of them are normal repositories that you can contribute to directly. For example, recipes. This is one of the coolest ways that you can help Symfony. If you install a bundle or library and it doesn't have ...

8:16
... v5.0.2 conflicts with symfony/lts[4.x-dev]. - Installation request for symfony/lts ^4@dev -> satisfiable by symfony/lts[4.x-dev]. - Installation request for knplabs/knp-time-bundle ^1.11 -> satisfiable by knplabs/knp ...
Xuan-hung L.
Xuan-hung L.
Read Full Comment
Flysystem Filesystem Abstraction

... you can swap out whether you want to use a local filesystem, S3, Dropbox or pretty much anything else. It gives you an easy way to work with the filesystem, but that filesystem could be local or in the cloud. In Symfony ...

5:15
FOSUserBundle 3's Guard Authenticators

... Open app/config/security.yml. The form_login authentication mechanism we're using is core to Symfony itself, not this bundle. So, one of the questions we get a lot is: how can I use Guard authentication with FOSUserBundle ...

4:35
Registration Form

... registerAction method will be our actual registration page: // src/Yoda/UserBundle/Controller/RegisterController.php namespace Yoda\UserBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class ...

3:11
I get this error when I am running this test. Can you suggest what is wrong? Fatal error: Declaration of Symfony\Bundle\FrameworkBundle\Test\KernelTestCase::tearDown() must be compatible with PHPUnit\Framework ...
Update Stimulus to 3.2.x on symfony/webpack-encore-bundle Hi, I'm wondering when symfony/webpack-encore-bundle will support @hotwired/stimulus 3.2.x version. There is a new [Outlets](https://stimulus.hotwired.dev/reference/outlets) function that is very useful. Thanks! ...
I noticed on fresh install of Symfony 3.0, the AsseticBundle is no more. new Symfony\Bundle\AsseticBundle\AsseticBundle(), Do we need to install this manually now or this bundle is not going to be used any more? ...
Shairyar Baig
Shairyar Baig
Read Full Comment
... extensions-bundle [1] symfony/monolog-bundle [2] symfony/swiftmailer-bundle [3] symfony/translation [4] symfony/validator [5] symfony/web-profiler-bundle [6] symfony/webpack-encore-bundle > 3 Updating recipe ...
... ]. - knplabs/knp-snappy-bundle v1.6.0 requires symfony/framework-bundle ~2.7|~3.0|^4.0 -> no matching package found.` :) Brs.
I am facing this error when I run my Symfony project, please help me. Warning: require(index.php): failed to open stream: No such file or directory in C:\test\aqua_note\vendor\symfony\symfony\src\Symfony\Bundle ...
Mukesh Kumar
Mukesh Kumar
Read Full Comment
... 1 / 1 (100%) Time: 5.59 seconds, Memory: 50.25 MB There was 1 error: 1) App\Tests\Functional\FooResourceTest::testCreateFoo TypeError: Argument 1 passed to ApiPlatform\Core\Bridge\Symfony\Bundle\Test\Client ...
Александр Ш.
Александр Ш.
Read Full Comment
... reponsible of instantiating and returning any of the library's classes. - Implement your own dependency injection extension, this topic is a bit more advance, but you can find good examples from any common Symfony bundle ...
MolloKhan
MolloKhan
Read Full Comment