Error importing on Laravel (Page expired)

QuestionsError importing on Laravel (Page expired)
c3media asked 1 month ago

Hi Abu,

 

I am trying to import on my laravel App, however get message page expired after clicking the Step 2.

Before i updated the 3 files steps on import folder

Thanks

1 Answers
Abu Ghufran Staff answered 3 weeks ago

Looks like csrf_token is not refreshed or posted while import.

Verify if you need to add the following code on each page (step1.php and step2.php) inside the form tag.

<input type="hidden" name="_token" value="<?php echo csrf_token() ?>">
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

1 + 2 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?