public function __construct(){
        //除了主页之外
        $this->middleware('auth', ['except' => ['index','show']]);
        //只有发布页
        //$this->middleware('auth', ['only' => 'create']);
    }

  

相关文章:

  • 2021-11-25
  • 2021-07-07
  • 2022-02-10
  • 2022-02-10
  • 2022-02-10
  • 2022-02-10
  • 2022-12-23
猜你喜欢
  • 2021-06-08
  • 2021-07-29
  • 2022-02-10
  • 2022-02-10
相关资源
相似解决方案