Error on execute php artisan l5-swagger:generate command #554
Unanswered
denisgpinheiro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, can anyone help me?
I followed the step by step correctly, but when running the php artisan l5-swagger:generate command, the following error is displayed:
`Regenerating docs default
ErrorException
Skipping unknown Application\Firebase\Guard
at vendor/zircote/swagger-php/src/Loggers/DefaultLogger.php:31
27▕ } else {
28▕ $error_level = E_USER_WARNING;
29▕ }
30▕
➜ 31▕ trigger_error($message, $error_level);
32▕ }
33▕ }
34▕
24 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))`
Beta Was this translation helpful? Give feedback.
All reactions