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 create a MYSQL blog database (made in Laravel but the same data structure can be used in many different ways!).
Step by step guide on how to upload files and/or images using Laravel 5.6 - ALSO ADDED BONUS HOW TO RESIZE UPLOADED IMAGES!
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.
Learn how to setup Laravel on your PC in 4 easy steps! Install node.js, composer, WAMP and finally the installation of Laravel!
Learn how to create login, registration and password reset using Laravel 5.6, also tips on how to edit them and customize them to your needs.
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!