码迷,mamicode.com
首页 > 其他好文 > 详细

laravel post提交数据时显示异常

时间:2018-06-06 15:51:16      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:refresh   ase   exp   post   要求   div   AC   orm   路由   

post提交数据时候显示如下:

The page has expired due to inactivity. 

Please refresh and try again

这是由于在laravel框架中有此要求:任何指向 web 中 POST, PUT 或 DELETE 路由的 HTML 表单请求都应该包含一个 CSRF 令牌,否则,这个请求将会被拒绝。

eg:

<form method="POST" action="/profile">
{{ csrf_field() }}
    ...
</form>

laravel post提交数据时显示异常

标签:refresh   ase   exp   post   要求   div   AC   orm   路由   

原文地址:https://www.cnblogs.com/lxwphp/p/9144582.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!