JellyBool

17773 经验值

这个就是注册了吧。。。

这是跟网络有关的吧,毕竟是国外的机器

没记错的话,源码是这个:

  public function guard($name = null)
    {
        $name = $name ?: $this->getDefaultDriver();

        return isset($this->guards[$name])
                    ? $this->guards[$name]
                    : $this->guards[$name] = $this->resolve($name);
    }

返回的值可以看这个:

 public function getDefaultDriver()
    {
        return $this->app['config']['auth.defaults.guard'];
    }

就是读取 auth 配置的 default 值。

源码文件位于:Illuminate\Auth\AuthManager

说实话,不敢保证。本身 npm 其实就是一堆坑,我遇到过很多问题都是通过 删除 node_modules 目录之后重装来解决问题的。

双十一确实是有。也不差多少钱