-
Hi.
I'm installed Broadway bundle in a symfony4 project. But I can't execute broadway commands to create event store schema.
I've got installed:
```
broadway/broadway 2.0.1 …
bruli updated
4 years ago
-
Hello,
My name is Wojciech Błoszyk, a PHP developer from Poland. I work with sonata-project bundles for many years.
I want upgrade sandbox for 3.0 (stable) to use Symfony 3.4 (minimum require fo…
-
**Describe the bug**
First time using the deployer for Symfony Flex application (using symfony4 recipe). Not sure it's particularly related to deployer though. I run the application locally using d…
mareg updated
4 years ago
-
First, I have to say this is **amazing** bundle. I really love it, speed diff is really big and my next project will definitely use it.
I do however have an issue. When used under FPM, I get this:
…
-
**Symfony version(s) affected**: ALL
**Description**
Symfony depends on "ocramius/proxy-manager", proxy-manager 2.2 depends on "zendframework/zend-code", but "zendframework/zend-code" abandoned …
-
**Symfony version(s) affected**: 4.2.2, 4.1.10, 3.4.21
**Description**
Since the last release the following error appears when submitting array data to the TextType:
> [structure.stagedData…
-
## Symfony - Connect mongo documentDB using ssl params
I am trying to connect amazon mongo documentDB using `ssl params` like
`--sslCAFile, --username, --password and --host` in symfony.
Can…
-
Hi,
I used it in symfony4.
Inject the function in controller method like -
`public function downloadAttendanceList(\Knp\Snappy\Pdf $knpSnappy) {`
Call the function to generate pdf of simpl…
-
This may be related to #222.
I have a couple of entities with inheritance set up like so:
```
class My\Base
class My\Foo extends My\Base
var $bar: Doctrine ORM many-to-one to My\Bar
class My\B…
-