-
La nouvelle API mobile de Geotrek-admin (``sync_mobile``) créé un répertoire avec cette arborescence :
- fr
- en
- nolang
Dans ``environnement.ts``, on a mis l'URL racine de ce répertoire de no…
-
When you're working on a new Symfony 4 project (which uses the new template syntax as default, the following error is thrown after requiring the bundle and disabling its twig support:
```
The prof…
-
Remove bootstrap.php and replace it with Vue.js
https://blog.elao.com/fr/dev/comment-integrer-vue-js-application-symfony/
https://blog.eleven-labs.com/fr/ssr-symfony-vue/
https://github.com/boo…
-
Hi!
I got this error when installing the latest version of the bundle and I don't know how to solve it
> (1/1) UndefinedMethodException
Attempted to call an undefined method named "getRootNode"…
-
Hello @AnsibleGalaxyElao, @hyvs, @nervo,
Same as [here](https://github.com/ElaoInfra/ansible-role-npm/issues/1)
**ERROR:**
```
ansible-galaxy install elao.npm
- downloading role 'npm', owned by…
-
Hi,
I have just installed your bundle in my symfony 2.7 project, added you bundle class in the AppKernel.php file to load it in my project but I get the following error message :
> InvalidConfi…
-
We sometimes need to use custom public constants in our enums (e.g. for translations):
```php
class CompanyLicenceGroup extends ReadableEnum implements TranslationSourceLocationContainer
{
u…
-
```php
class CompanyLicenceGroup extends SimpleChoiceEnum
{
public const FREE = 'free';
public const CORPORATE = 'corporate';
public const CUSTOM = 'custom';
public const DEFAU…
-
Hello,
I am occupying symfony 3.3 and / or 3.4, in both projects I have the same problem. I'm doing a very simple test, enter to a non-existent URL and I should send the email with the error, but i…
-
You use `final` keyword by default for all new classes, without providing way how to extend functionality. That's not how is it supposed to be used.
Biggest sin I see is that you require SourceCol…