In this post, you will learn how to implement Laravel's strong password in the validation rule without extra coding.
Protect the Laravel application .env file that is accessible in the browser when using shared hosting.
In this post, Let's use the Laravel Str::random() helper function with an example that will help us to generate a random string with a specified lengt...
Learn about the Laravel blade section with an example. Laravel blade @section is a directive that will able us to inject content layout from the exten...
So if you're new to this framework and want to learn with Laravel 9 Blade Layout Templating then this might can help you. Laravel blade is fast in ren...
In this example, I will show you how to submit an HTML form without pressing the button. Sometimes we need a process to submit the form without a butt...
In this tutorial, I will show you how to add a Laravel 9 socialite login with a Google account. Sometimes our users are lazy to log in with their syst...
In this post, I will share how to check if the string contains a specific word in Laravel. Sometimes we need to check the submitted string if exists a...
In this example, I will show you an example of how to use Carbon Formatting dates in PHP that are readable for humans.
In this post, you will learn some Laravel Redirect Cheat Sheet that is useful in your Laravel development.
In this post, I will share how to create a custom service provider in Laravel 9. If you have a feature that needs to change the Laravel locale or mayb...
In my previous post, I share how to implement custom expiration for your Laravel Remember Me authentication/login. But when I test my code it seems no...