Laravel 5.5 The page has expired due to inactivity error while sending form

前端 未结 4 1675
野性不改
野性不改 2021-01-24 07:30

I\'am using laravel 5.5 and it gives me that \"The page has expired due to inactivity. Please refresh and try again.\" This is awkward because I never encounter this error. Same

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-24 07:45

    Try out the following statements:

    php artisan cache:clear
    php artisan config:clear
    php artisan route:clear
    php artisan view:clear
    

    It worked for me. Enjoy

提交回复
热议问题