symfony-flex Questions

5

Solved

I have downgraded a Symfony 5.2 app template to use Symfony 4.4 in order to allow the use of some libraries that require an older version of Symfony. The problem is that when I do composer install,...
Hastate asked 29/8, 2021 at 13:0

5

I'm trying to migrate a SF 3.3 app to SF 4 with its new directory structure and everything. I'm struggling on this exception: The "simplethings_entityaudit.reader" service or alias has been rem...
Morea asked 24/1, 2018 at 14:38

1

When I run the command composer install or composer update it shows me the following The following exception probably indicates you have misconfigured DNS resolver(s) [Composer\Downloader\Transp...
Audet asked 13/5, 2022 at 20:3

2

I've developed a Symfony bundle, and I am trying to create a recipe. Before submitting it to recipes-contrib, I want to test it, so I followed the instructions for private recipes -- not because I ...
Projectile asked 31/3, 2022 at 13:2

2

I have a couple of large Symfony projects, and have noticed that after updating everything to Symfony 4 (Flex), when our deployment automation runs its normal process of: composer install --no-dev...
Fort asked 14/12, 2017 at 17:54

1

Solved

I build my symfony 4 application with composer install inside docker container. Composer version 1.10.19 But i got this error. [ErrorException] file_put_contents(/root/.composer/cache/repo/https--...
Spodumene asked 3/8, 2021 at 8:7

1

I have created a project using command composer create-project symfony/website-skeleton my_project_name I want to install symfony/profiler-pack. Why? Because of that there is no "Debug" t...
Maestoso asked 2/9, 2020 at 18:45

6

I´m working with symfony 4 and this error ocurr when runnning doctrine console commands: In AbstractMySQLDriver.php line 108: An exception occurred in driver: SQLSTATE[HY000] [2002] No such file ...
Jesuit asked 7/1, 2018 at 8:25

4

Solved

According to the documentation, a command class must extend Command or ContainerAwareCommand to be automatically discovered and registered (provided its bundle is registered in the Kernel, of cours...
Devious asked 6/3, 2018 at 15:24

1

Solved

I tried to find any documentation about using Symfony Flex but so far no luck. Almost all docs point to installing a bundle that uses symfony Flex, not how to create a bundle that is using it. I ...
Capernaum asked 28/10, 2019 at 16:49

1

W have web-app, built with symfony-flex. For deployment, I am using capistrano. For logging critical logs, I have configured monolog in this way: monolog: handlers: main: type: fingers_crossed ...
Course asked 6/9, 2018 at 9:23

4

Solved

I have three old applications (running on Symfony 2) where each one has been developed in separated git repositories and configured in their respective vhosts: company.com Company website. admin....
Agler asked 28/8, 2017 at 19:0

2

Solved

I have a project built on Symfony 3.4 with Flex and I've added phpstan to it for static analysis. It is complaining about not finding my migration classes: Class DoctrineMigrations\Version2018083...
Dishpan asked 10/9, 2018 at 10:59

1

Solved

I just installed fresh copy of stable Symfony 4 as follows: composer create-project symfony/website-skeleton . I would like to rename the console script name though from bin/console to bin/symfony...
Garik asked 16/5, 2018 at 11:1

1

I want a few controllers which have methods like this: public function syncAction(EntityManager $em) { $posts = $em->getRepository('App:Posts')->findAllByOwner($this->getUser()); retur...
Imperforate asked 22/1, 2018 at 8:16

1

Solved

I'm starting to use Symfony Flex to bootstrap my project and I realized that running composer install for the first time generates a file named symfony.lock for which I could find no documentation....
Littrell asked 2/11, 2017 at 9:1

1

Solved

After installing symfony/serializer I recognized that my symfony.lock file got changed: diff --git a/symfony.lock b/symfony.lock index ba6e23f..bfc391e 100644 --- a/symfony.lock +++ b/symfony.lock...
Bulbar asked 20/11, 2017 at 19:25

2

Solved

I did a fresh Symfony installation by using Symfony Flex and the new skeleton belong to the next Symfony 4 directory structure. I add and configure a first third-party bundle : HWIOAuthBundle. Th...
Assort asked 25/8, 2017 at 19:49
1

© 2022 - 2024 — McMap. All rights reserved.