-
### Operating System (OS/VERSION):
CentOS 7
### VestaCP Version:
http://vestacp.com/pub/vst-install.sh
### Installed Software (what you got with the installer):
```console
--nginx yes
-…
-
I see you already have #25 about adding a recipe - cool!
I'm including this bundle in an upcoming KnpU course, and I noticed a few things that would be helpful for Symfony 4 users:
1) Add an aut…
-
core recently moved from Symfony 3 to 4 - core release 10.4.0 should have that.
`composer.json` here in `data_exporter` mentions various Symfony components at
version 3.4
`data_exporter` needs…
-
Hi,
i have issue starting container - any idea why?
C:\php projects\docker-symfony4>docker-compose up
Starting docker-symfony4-php-fpm ...
Starting docker-symfony4-mysql ...
Starting docker-s…
-
Hi,
In `DependencyInjection/LexikTranslationExtension.php`, you never try to find translation files in `framework.translator.default_path`.
So you don't find translations from new `/translations…
-
I tried using bernard-bundle in my Symfony 4.3 project to run a basic helloWorld background task, but when I try to run bernard: consume I get an error
In SimpleRouter.php line 38:
Given "…
-
Is this bundle suitable for Symfony 4?
In services.yaml I do have:
parameters:
locale: 'en'
adldap2:
auto_connect: true
connection_class: Adldap\Connections\Ldap
…
-
Our current symfony is 3.4.
We should already see the deprecated functions in the Symfony console.
Address all the message and then proceed to the upgrade to v4 as explained here: https://symfonycas…
-
How to include multiple bounded contexts in a symfony4?
-
Update the tutorial The Login Form for Return type declarations.
In fact, a Response declaration type is required.
```php
use Symfony\Component\HttpFoundation\Response;
...
public function log…
xidoc updated
5 years ago