Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. phpunit/phpunit suggests installing ext-soap (*)
  2. phpunit/phpunit suggests installing ext-xdebug (*)
  3. phpunit/phpunit suggests installing phpunit/php-invoker (^2.0)
  4. Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead.
  5. Generating optimized autoload files
  6. > Illuminate\Foundation\ComposerScripts::postAutoloadDump
  7. > @php artisan package:discover --ansi
  8. RuntimeException {#57
  9. #message: "A facade root has not been set."
  10. #code: 0
  11. #file: "./vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php"
  12. #line: 234
  13. trace: {
  14. ./vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:234 { …}
  15. ./app/Exceptions/Handler.php:73 {
  16. › $html = $handler->getHtml($flatten);
  17. › Mail::to($mailTo)->send(new ExceptionOccured($html));
  18. › } catch (\Exception $e) {
  19. arguments: {
  20. $method: "to"
  21. $args: array:1 [ …1]
  22. }
  23. }
  24. ./app/Exceptions/Handler.php:49 { …}
  25. ./vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:378 { …}
  26. ./vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:143 { …}
  27. ./artisan:37 { …}
  28. }
  29. }
  30. Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement