[Fix] Laravel 5 Login Page Redirects to Home for Logged-In Users

Laravel Redirect If Authenticated Laravel's out the box authentication system does provide customization to change the redirect path after the…

tgugnani

Extending PasswordBroker Class in Laravel 5

I was working on a Project where I had to change the default functionality of Forget and Reset Password to…

tgugnani

[Fixed] The page has expired due to inactivity in Laravel 5

If you are new to Laravel and you come across this screen on your developmet screen. I have posted few…

tgugnani

Two Factor Authentication in Laravel 5 with Google2FA

Implementing Two Factor Authentication in Laravel     In this article we will coverĀ  How to setup Two Factor Authentication…

tgugnani

Implement Password Expiration with Laravel Authentication

Some application which contains sensitive data requires you to change your password every N number of days. Applications in Banking…

tgugnani

Implementing Password History with Laravel Authentication

In this article we will go over on how to implement Password History functionality on top of Laravel Authentication. Password…

tgugnani

PHP Laravel Framework Tutorials and Examples

Laravel Tutorials PHP Laravel Framework makes it easier to build PHP MVC web applications. These PHP Laravel Framework tutorials will…

tgugnani

Laravel 5.5 Send Email Example

In this article we will cover an example code of how to send emails in Laravel. Setting up the Mail…

tgugnani

User email verification and account activation in Laravel 5.6

NOTE:Laravel version 5.7 has introduced out of the box Email Verification and account activation. If you are using Laravel version…

tgugnani

Route Model Binding in Laravel 5.5

Often in your application you will come across a requirement where you need to get the details from the database…

tgugnani