Answer the question
In order to leave comments, you need to log in
The page has expired due to inactivity. Sending a Post Request?
I'm just starting to develop on laravel
when processing POST this page comes out
The page has expired due to inactivity.
Please refresh and try again.
tried these solutions, did not help
https://www.5balloons.info/fixed-page-e … laravel-5/
version 5.6
Answer the question
In order to leave comments, you need to log in
Does this error occur on any POST requests? Or only when the page has not been updated for a long time?
Insert the @csrf
directive in your POST request form
<form action="/" method="POST">
@csrf
<!–– HTML code ––>
</form>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question