Skip to content

how to use 'math' captcha #13

Discussion options

You must be logged in to vote

found it! ✅

<div class="pt-10">
    @switch(config('filament-captcha.engine', 'mews'))
            @case('mews')
            @default
                {!! Captcha::img('math') !!}      // <= add type captcha in this Parentheses
                @break
            @endswitch
</div>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alisalehi1380
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant