How to Add Sign-in with Google feature in Laravel.
In this tutorial, we’re going learn how to add authentication via Google to a Laravel app. In Short, How to add Sign-in with Google feature in our Laravel Project. For…
Read more »[SOLVED] Laravel Error: Integrity constraint violation: 1062 Duplicate entry
This Error is found when we insert duplicate data which already exist in the database. To overcome from it just make the key_name unique in Validation. See the below code:-
Read more »[SOLVED] Laravel Error: ‘The page has expired due to inactivity. Please refresh and try again.’
If you’re getting( ‘The page has expired due to inactivity. Please refresh and try again.’) error in your laravel project then follow the below steps to remove it. Step1. Open…
Read more »