cloudflare-turnstile-bundle icon indicating copy to clipboard operation
cloudflare-turnstile-bundle copied to clipboard

A simple package to help integrate Cloudflare Turnstile on Symfony Form.

Results 5 cloudflare-turnstile-bundle issues
Sort by recently updated
recently updated
newest added

I was using PHP config and Symfony generated wrong config class name for this bundle ```bash There is no extension able to load the configuration for "Symfony\Config\PixelopenCloudflareTurnstileConfig". Looked for namespace...

By defaulting to the submitted form value this validator can be used with custom Symfony form types. This is useful for example: - when it's not possible to post to...

``` The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from...

Hi! I work on a project that manage multiple domains name that point to an "instance". So, for one project and one `.env`, my users are able to configure their...

With new Symfony you can use Attributes for validation we should implement this to keep up with the latest Symfony version