Questions tagged «laravel-5.5»

18
未指定应用程序加密密钥
我是Laravel的新手,正在尝试使用Artisan命令... php artisan serve 显示... Laravel开发服务器启动:http : //127.0.0.1 :8000 但是,它不会自动启动,当我手动输入http://127.0.0.1:8000时,它将显示此错误: RuntimeException尚未指定应用程序加密密钥。 有任何想法吗?我正在使用Laravel Framework 5.5-dev。

18
“由于不活动,页面已过期”-Laravel 5.5
我的注册页面正确显示了表单{{ csrf_field() }},并且表单中存在CsrfToken()。 表格HTML <form class="form-horizontal registration-form" novalidate method="POST" action="{{ route('register') }}"> {{ csrf_field() }} .... </form> 我正在为用户使用内置身份验证。除了路由和重定向外,没有任何更改。 当我提交表单时(也就是重新加载后),它表明该页面由于不活动而已过期。请刷新,然后重试。错误。 我是我想念的一件很小的事。但不确定是什么。有什么帮助吗? 更新资料 找到了问题。会话驱动程序设置为数组。将其更改为文件,错误现在消失了。但是,如果我使用数组怎么办?
111 php  laravel  csrf  laravel-5.5 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.