Swaggervel icon indicating copy to clipboard operation
Swaggervel copied to clipboard

Laravel Symfony Call to undefined function

Open pbs-mreverman opened this issue 9 years ago • 3 comments

'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function Swagger\scan()' in /jlapp/swaggervel/src/Jlapp/Swaggervel/routes.php:37

pbs-mreverman avatar Sep 10 '15 18:09 pbs-mreverman

I have Expericenced the same error after running composer update: FatalThrowableError in routes.php line 37: Call to undefined function Swagger\scan()

Mloweedgar avatar Sep 22 '18 11:09 Mloweedgar

I have same error with Laravel version 5.7. Is anybody has solution for that.

GaurangGhinaiya avatar Nov 19 '18 11:11 GaurangGhinaiya

I experienced the same error here, in my case running

composer require zircote/swagger-php:2.*

resolved the issue.

nimrutta avatar Nov 20 '18 14:11 nimrutta