Laravel Jetstream Auth: Login With Email Or Username Example
In this post, I will show you how to login with email or username with laravel jetstream authentication. Sometimes, we may need to let users log in using either their email or username. How can you d.....Laravel Breeze Auth: Login With Email Or Username Example
In this post, I will show you how to login with email or username with laravel breeze authentication. Sometimes, we may need to let users log in using either their email or username. How can you achi.....Laravel UI Auth: Login With Email Or Username Example
In this tips, I will show you how to login with email or username with laravel ui authentication. Sometimes, we may need to let users log in using either their email or username. If you've implemente.....How to Implement Email Verification in Laravel?
In this post, I will show you how to implement email verification in laravel application. we will install laravel ui and then enable email verification in laravel project. Laravel UI offers a basic s.....How to Customize Laravel Breeze Authentication?
In this post, i will tell you how to customize laravel breeze register and login page. we will add username field in users table and add it to registeration page. Then we will login with username and .....Laravel Breeze Change Redirect After Login/Register
In this post, I will show you how to change redirect url after login/register in laravel breeze. After install laravel breeze you can update existing controller file. you just need to update Authenti.....Angular 18 Convert Number to Words Example
In this short tutorial, we will cover a angular 18 convert number to words. you will learn convert number to words in angular 18. I would like to share with you how to convert number to words in angul.....How to use JSON Pipe in Angular 18?
In this tute, we will discuss angular 18 json pipe. you can understand a concept of angular 18 json pipe example. Here you will learn json pipe in angular 18. This tutorial will give you a simple exam.....Angular 18 Highcharts Tutorial Example
Here, I will show you angular 18 highcharts example. if you want to see an example of angular 18 highcharts-angular example then you are in the right place. you can see how to use highcharts in angula.....How to Prevent Users to Enter Weak Password in Laravel 11 App?
In this article, I will share with you how to prevent common password in laravel application. we can prevent to enter insecure password using laravel validation rule. Security is a critical aspect of.....Laravel 11 Generate UUID Example
In this post, I will show you how to generate uuid in laravel 11 application. laravel provides string functions uuid() and orderedUuid() to generate uuid. A UUID (Universally Unique Identifier) is a .....