我正在使用简单的 API 和身份验证构建一个小Lumen应用程序。
我想将用户重定向到预期的 URL,如果他自己访问/auth/login
,我希望他重定向到/foo
.
在Laravel Docs中有这个功能:return redirect()->intended('/foo');
当我在我的路由中使用它时,我在服务器日志中收到一个错误,上面写着:
[30-Apr-2015 08:39:47 UTC] PHP Fatal error: Call to undefined method Laravel\Lumen\Http\Redirector::intended() in ~/Sites/lumen-test/app/Http/routes.php on line 16