How to create a contact form in Laravel with Google reCAPTCHA
Creating a complete contact form from scratch is not that easy as it seems. Input validation, email formatting, email sending, feedbacks... Luckily, Laravel makes this task easier with its built-in validation and email classes.