Yoann Chocteau

Results 10 comments of Yoann Chocteau

@yann-yinn After this commit https://github.com/yann-yinn/adonis-starter/commit/efb697e086a7c46ceb4ef23f4029abb7e0b683dc I think it isn't useful anymore. What do you think about ?

@yann-yinn That's true :D https://github.com/yann-yinn/adonis-starter/blob/5ef15a51b76ac3af5371b1439a5b6c4932b54534/app/Validators/UserValidators.ts#L13 Password rules are now very restrictive, so it isn't possible anymore to have an email as password ;)

Indeed, the password can contain the email :) I didn't think about that

Yep, this is always the same problem :-/ A security awareness problem Maybe an ads to use BitWarden or LastPass ? :D ( It's a joke ! )

@Guikingone I think you forgot ./public :) Define APP_RUNTIME as docker environment variable solved this problem for me :) ```bash docker run \ -e FRANKENPHP_CONFIG="worker ./public/index.php" \ -v $PWD:/app \...

Perfect ! 😁 I created a PR for this issue https://github.com/dunglas/frankenphp/pull/40

Ça serait simple Ă  mettre en place avec un backend, mais l'idĂ©e portĂ©e par ce qui Ă©tait fait Ă  la base, c'Ă©tait de ne pas avoir de maintenance Ă  faire...

Hi @Seb33300 , thanks for your feedback! What you’re suggesting is actually already the case 🙂 If no adapter is defined and `uploadDir` is set, we fallback to that logic...

Thanks for the thoughtful feedback @maxhelias ! You’re absolutely right that the current approach, while flexible, can feel too verbose for common use cases. I designed it to maximize extensibility,...

Hi @psihius ! I think the proposed two-level API already goes in the same direction: it introduces Flysystem support through setStorage() and internal adapters, while keeping the current local upload...