1536 search results for symfony bundle

Data Fixtures

... terminal. The new bundle gave us one new command: doctrine:fixtures:load. Execute that through the symfony binary: symfony console doctrine:fixtures:load It asks us to confirm because ...

5:18
I am trying to create new bundle in symfony 5.3*. but i can't did it. because when i try to create a new bundle first of all i need generate:bundle command. but i could not find it inside bin/console. bin/console ...
I always have problems with courses in older Symfony versions. So what's the best way to upgrade for example in this case from 3.1 to the latest version. In this case I try to install the bundle with: composer require ...
Getting this error: "Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires symfony/maker-bundle ^1.43 -> satisfiable by symfony/maker-bundle[v1.43.0 ...
... \ManagerRegistry" instead. Infos after running composer info symfony/maker-bundle ...
Hey Maxim, Yes, by default Symfony Flex run at least register bundles in config/bundles.php even if the bundle does not have a recipe in both "symfony/recipes" and "symfony/recipes-contrib" repositories. If you use Git ...
11 lines | .gitignore
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
See Code Block in Script
31 lines | importmap.php
// ... lines 1 - 15
return [
// ... lines 17 - 23
'@hotwired/stimulus' => [
'url' => 'https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.1/+esm',
],
'@symfony/stimulus-bundle' => [
'path' => '@symfony/stimulus-bundle/loader.js',
],
];
See Code Block in Script
10 lines | src/AppBundle.php
// ... lines 1 - 2
namespace App;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}
See Code Block in Script
10 lines | AppBundle/AppBundle.php
// ... lines 1 - 2
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}
See Code Block in Script
... ], Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], ... ` ...
In addition to the lesson. Running the command: composer require knplabs/knp-menu-bundle Among other logs, get: Symfony operations: 1 recipe (b8582560d80e1e5da8d9bd613b6bf8f0) - Configuring knplabs / knp-menu-bundle ...
... declared at /Users/shaunthornburgh/Documents/Development/knpu-symfony-rest-example/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Composer/ScriptHandler.php accepts a Composer\Script\CommandEvent but post ...
... installable set of packages. Problem 1 - Conclusion: remove symfony/symfony v3.1.2 - Conclusion: don't install symfony/symfony v3.1.2 .... - don't install symfony/security-bundle v2.8.8|don't install symfony ...
ciudadano82
ciudadano82
Read Full Comment
... /** * BhamMenuBundle */ namespace Bham\MenuBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Class BhamMenuBundle * @package Bham\MenuBundle */ class BhamMenuBundle extends Bundle { } ``` ``` #lib/MenuBundle ...
When I installed symfony, I got v7.0.7 that doesn't have `stimulus` (see comment from Arnaud-G). I tried `symfony/webpack-encore-bundle:1.14` but that required downgrading `symfony/config`, `symfony/dependency-injection ...
... [v2.0.0]. - nexylan/slack v2.0.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. Problem 2 - Installation request for symfony/framework-bundle v4.0.14 -> satisfiable ...
... `{ "name": "company/name", "description": "some test", "type": "symfony-bundle", "license": "proprietary", "require": { "php": "^7.1.2", "ext-ctype": "*", "ext-iconv ...
Vaceslav-L
Vaceslav-L
Read Full Comment
Installing the FOS jsrouting bundle failed. This is Symfony 3.1.6 as installed from your download for this course. The error output: [Symfony\Component\DependencyInjection\Exception\InvalidArgumentException ...
``` ErrorException: Warning: Undefined array key "ea" at vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:624 at EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController ...