Add Google reCAPTCHA with PHP. Examples and explanations are added as well! This can also be used in a Laravel project (which i did here).
Top 10 tips I wish someone has given me when I was starting with Laravel!
How to setup a Laravel 5.6 project on a server (reseller hosting). Learn how to upload and setup your project, database, php version and email.
How to create custom middleware in Laravel. Using middleware to limit user role control in your app. Also learn how to share data to all views!