Vui

Results 9 issues of Vui

To encode a password in symfony, we have to use `UserPasswordEncoderInterface` to encode the password. It will need to pass the User entity as first parameter for the method `encodePassword()`....

Not sure does anybody notice this kind of issue or not... We have to manual register the transformer as a service otherwise we can't use it like this: `$resource =...

Hi, how can i set serializer for global instead of one by one using: ``` public function __construct(Manager $manager) { $manager = new Manager(); $manager->setSerializer( /** serializer class */ );...

I have mariadb in my local machine so i pick mysql driver in installation page and during creating database schema i get the following exception: ``` Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException:...

bug

| Q | A | ------------- | --- | License | MIT | Package Name | exabytes-sms-bundle | Packagist | https://packagist.org/packages/fd6130/exabytes-sms-bundle

**Describe the bug** I got an api which use doctrine to query the database and return json response. I tested it using `wrk` and the result is not that good...

kind/bug/possible
priority/important

Normally we are using `App\Entity` namespace and folder in Symfony and the maker command can easily detect that. But when i'm using a subfolder such as `App\Entity\Product`, it lose the...

PHP 8.1 Symfony 6.1 I got a strange error when trying to access `/token` api ``` Unable to read key from file /var/oauth/private.key ``` I have both public and private...

I need to use the following pattern for my AES: 1. ECB 2. PCKS7 How can I do it using this library?