This is a live demo of the application Custom Authentication in laravel which is described in this post.Custom Authentication (SignIn / SignUp) in Laravel . Complete project source code is also available on github here
Note : Here we do not validate the details, we save everything into database, see another post here on valdation.
Custom Authentication with Validation and the demo of that here
Demo of custom authentication with validation
First click SignIn / SignUp link in the right side of the navigation bar
Click Sign Up tab , enter your details and click sign up
It will return you to home page, now again click SignIn / SignUp link in the right side of the navigation bar
Click Sign In tab, enter your details which you have entered while signing up and click Login
Now you can logout by clicking Logout link in the right side of the navigation bar
Video Demonstration :
VIDEO