JellyBool

17773 经验值

返回的是一个 guard 的类型,具体的配置在 config/auth.php 中,是为了实现多表登录而存在的一种机制。

可以的,5.1 是长期支持版

恩,试试 command n ,或者 command shift a

apache 貌似还要配置 public 下的 .htaccess 吧。你去查一下怎么配置,默认的貌似不太可行

你需要重写一下 register 这个方法,在 Auth/RegisterController.php 中重写:

    public function register(Request $request)
    {
        $this->validator($request->all())->validate();

        $this->guard()->login($this->create($request->all()));
        // fire your event event(new UserSignup());
        return redirect($this->redirectPath());
    }

你看一下你的路由注册对了没有?注意一下路由的顺序,比如 discussion/{id}discussion/eidt 前面等等

视频下方应该有一个下载按钮的吧。

仔细看一下视频吧,视频就有说。