Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ php <my-laravel-zero-app> ide-helper:generate -M
  2.  
  3. Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Illuminate\Support\Facades\Auth::guard()
  4.  
  5. at ./vendor/illuminate/support/Facades/Facade.php:237
  6. 233| if (! $instance) {
  7. 234| throw new RuntimeException('A facade root has not been set.');
  8. 235| }
  9. 236|
  10. > 237| return $instance->$method(...$args);
  11. 238| }
  12. 239| }
  13. 240|
  14.  
  15. Exception trace:
  16.  
  17. 1 Illuminate\Support\Facades\Facade::__callStatic("guard", [])
  18. ./vendor/barryvdh/laravel-ide-helper/src/Generator.php:135
  19.  
  20. 2 Barryvdh\LaravelIdeHelper\Generator::detectDrivers()
  21. ./vendor/barryvdh/laravel-ide-helper/src/Generator.php:51
  22.  
  23. Please use the argument -v to see more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement