Friends, you must have heard about the authentication system in Laravel. With the help of the authentication system, we can easily create an authentication system in which Laravel gives us a readymade login model with the help of a command point.
Along with this, this package creates a register page, forgot password page and email in the system with the help of which we can forget the password and a notification is sent to our email account which helps us in forgetting the password.
Along with this, we can also add user’s email verification feature in it very easily.
This is a matter of feature that in the authentication system that we create by default, the page for people and sign up is visible only after default, meaning the UI is not that good.
So our topic today is how we can customize the logo and sign up page created through Arvind Authentication, how we can change its design, how we can add some fields in it, how we can remove them, today we will discuss this thing.
For this we will follow the steps given below in which I will tell you step by step how we can customize our login and signup page:
Goto resources -> views -> auth -> login/signup.lade.php and change its ui accoding to your requirement.
By going to this page, you can change the age of the logo and sign up page and as far as its development is concerned, let’s assume that I have to add some fields or remove them, for such a purpose I have created a collection of tutorials and I will give you the link below, you can go directly to it and read the authentication development post completely.