dongluanjie8678 2017-03-01 16:13
浏览 69
已采纳

什么是Laravel Auth类将其链接到控制器

What is the class Path for Laravel Auth Class I want it on my Home Controller

FatalErrorException in HomeController.php line 29: Class 
'App\Http\Controllers\Auth' not found
  • 写回答

2条回答 默认 最新

  • duan20081202 2017-03-01 16:17
    关注

    I supose you are using the Auth class in your php files. You should place a \ in front of the class name to let the parse know this is in the root namespace.

    For example, like this:

    \Auth::check();
    

    Alternatively, you can add the following line on top of your class:

    use Auth;
    

    This will let the parser know where the Auth class is.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?