slampenny / Swaggervel

Swagger for Laravel
492 stars 176 forks source link

Laravel Symfony Call to undefined function #49

Open pbs-mreverman opened 9 years ago

pbs-mreverman commented 9 years ago

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

Mloweedgar commented 5 years ago

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

GaurangGhinaiya commented 5 years ago

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

nimrutta commented 5 years ago

I experienced the same error here, in my case running

composer require zircote/swagger-php:2.*

resolved the issue.