Laravel 5.5 Error – “The page has expired due to inactivity. Please refresh and try again.”

i am trying to submit a form with some fields and showing this error “The page has expired due to inactivity. Please refresh and try again.” so when I look…

Read more »

Protection of CSRF in Laravel

What is CSRF? CSRF stands for Cross Site Request Forgery and it’s a web attack that forces a user to make unintended requests to a web application where they are previously authenticated. Implementation:- CSRF…

Read more »