1536 search results for symfony bundle

Installing Flex

... clone this symfony/skeleton repository... which is literally one file: composer.json. This has a few really important things in it, including the fact that it requires symfony/framework-bundle but not symfony/symfony. Let's work on that next!

4:27
... orm-admin-bundle": "^3.1", "stof/doctrine-extensions-bundle": "^1.2", "symfony/assetic-bundle": "^2.8", "symfony/monolog-bundle": "^3.1.0", "symfony/polyfill-apcu": "^1.0", "symfony ...
... bundle": "^6.2", "stof/doctrine-extensions-bundle": "^1.8", "symfony/asset": "6.2.*", "symfony/cache": "^6.2", "symfony/config": "^6.2", "symfony/console": "6.2.*", "symfony/dependency-injection": "^6.2 ...
Is there a way to get this working in Symfony 5 ? In Terminal: composer require nexylan/slack-bundle:* php-http/guzzle6-adapter:* I got the error message, when requiring the bundle: Problem 1 - nexylan/slack ...
... ", "symfony/asset": "6.1.*", "symfony/console": "6.1.*", "symfony/dotenv": "6.1.*", "symfony/flex": "^2", "symfony/framework-bundle": "6.1.*", "symfony/http-client": "6.1 ...
Using course zip file for project. Argument 2 passed to Symfony\Bundle\MakerBundle\Validator::validateDoctrineFieldName() must be an instance of Doctrine\Common\Persistence\ManagerRegistry, instance of Doctrine\Bundle ...
... ", "symfony/symfony": "3.1.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.2", "symfony/swiftmailer-bundle": "^2.3", "symfony ...
Wanted to let you know : Stimulus (Bootstrap.js) was removed around version 2.0 of [symfony/webpack-encore-bundle](https://github.com/symfony/recipes/tree/main/symfony/webpack-encore-bundle/2.0). From the ...
... ": "^1.2", "doctrine/doctrine-migrations-bundle": "^2.0", "nesbot/carbon": "^2.17", "symfony/console": "4.3.*", "symfony/dotenv": "4.3.*", "symfony/flex": "^1.1", "symfony ...
abdouniabdelkarim
abdouniabdelkarim
Read Full Comment
... \DistributionBundle\Composer\ScriptHandler::buildBootstrap > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load ...
JuanLuisGarciaBorrego
JuanLuisGarciaBorrego
Read Full Comment
... ", "doctrine/doctrine-bundle": "^2.1", "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/orm": "^2.7", "sensio/framework-extra-bundle": "^5.5", "symfony/asset": "5.1.*", "symfony/console ...
... "symfony/flex": "^2", // 2.x-dev "symfony/form": "6.4.x-dev", // 6.4.x-dev "symfony/framework-bundle": "6.4.x-dev", // 6.4.x-dev "symfony/monolog-bundle": "^3.0", // dev-master "symfony ...
... ", "sensio/framework-extra-bundle": "^5.0.0", "symfony/console": "^4.0", "symfony/flex": "^1.19", "symfony/framework-bundle": "^4.0", "symfony/lts": "^4@dev", "symfony/monolog-bundle ...
MattWelander
MattWelander
Read Full Comment
... the course code download. "require": { "php": ">=5.5.9", "symfony/symfony": "3.1.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache ...
Neil Sweeney
Neil Sweeney
Read Full Comment
Hi. I am trying to update Symfony to 5 version and have error: zenstruck/redirect-bundle v3.3.1 requires symfony/framework-bundle ^2.8|^3.0|^4.0 -> satisfiable by symfony/framework-bundle[v4.4.2] but these conflict ...
Tailwind CSS

... using. It then dumps a final CSS file that only contains the code you need. In the Symfony world, if you want to use Tailwind, there's a bundle that makes it really easy. Spin over your terminal and install a new package ...

6:15
in composer I have: "require": { "php": ">=5.5.9", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.2 ...
Diaconescu
Diaconescu
Read Full Comment
Hi. I try to install orm-bundle in symfony 5 but all the time I have this error: `!! In Configuration.php line 304: !! !! The doctrine/orm package is required when the doctrine.orm config is set. ` My composer ...
Controllers Get to work

... \Bundle\FrameworkBundle\Controller\Controller; class DefaultController extends Controller { } // vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php // ... public function render($view, array ...

7:34
Hi, Great videos, Ryan. During a composer recipes:update and getting back the following list: ` [0 ] liip/imagine-bundle [1 ] stof/doctrine-extensions-bundle [2 ] symfony/apache-pack [3 ] symfony/flex [4 ...