You will learn to create simple custom validation rules on Laravel 9. Laravel is able to create our own validation that is suitable for what we need.
In this post, you will learn how to implement Laravel queue on email verification so that it will optimize our processing of sending email verificatio...
In this simple post, I will share with you how to change the Laravel default redirect URL when not authenticated or not log in? The default Laravel in...
I will show you how to implement email verification for your Laravel 8, and 9 projects. After a user registers to your application we need to verify i...
Let's implement Laravel logout for your authenticated users. Laravel logout is one of the most important functions to implement when building web appl...
In this post, I will share with you how to implement a remember me function with custom time expiration to your Laravel 8 authentication.
I will show you how to add or implement a remember me function to your Laravel 9 login or authentication. A great feature to implement in our Laravel...
Solution of your XAMPP has an error on MySQL shutdown unexpectedly then this is for you. I experienced also this issue and I hope to help you with thi...
In my previous post here I posted about how to implement the Bootstrap 5 waitingfor loading modal and progress bar. Now we will implement it through a...
Bootstrap waitingfor is a lightweight plugin for Bootstrap 5 with progress bar components. Useful to display the loading while requesting to the serve...
I show you how to implement Laravel 8, 9 custom auth login and registration with username or email. We know that authentication is one of the most imp...
In this post, I will share with you how to disable the specific dates in the bootstrap datepicker. Sometimes we need to disable the disabled specific...