Laravel – How to display the Mews Captcha by 5 characters
I am using the Mews package as Captcha in my Laravel app. So I tried installing it via this command and published the assets as well: composer require mews/captcha Then in the Blade, I added this: <div class="form-group"> <div class="form-group">…