Laravel带有重定向消息的构造方法中间件Auth

时间:2019-01-16 16:16:09

标签: php laravel-5.2

我是laravel的新手。我只想在受限页面上显示消息。 这是我的代码

class TodoController extends Controller
 {
 public function __construct()
 {
 $this->middleware('auth')->with('Message','Please Login First');
 }

但是对我来说错误Call to undefined method Illuminate\Routing\ControllerMiddlewareOptions::with()不起作用。非常感谢

0 个答案:

没有答案