Nelmioapidocbundle: Endpoints description is not rendered on production version

Created on 9 Apr 2018  路  3Comments  路  Source: nelmio/NelmioApiDocBundle

Settings:

Symfony: 3.3.*
NelmioApiDocBundle: 3.0

Is there a reason why on production any endpoint description is not rendered?
Is there a particular setting or env that could cause this difference?

I would like to mention that using the same code, the same description is visible in the development environment.

screen shot 2018-04-11 at 13 59 06

LOCAL
screen shot 2018-04-12 at 12 22 53

PRODUCTION
screen shot 2018-04-12 at 12 22 34

Most helpful comment

Hi !

The bundle need phpdocumentor/reflection-docblock for description : you needs to install it manually for version before 3.2.

See https://github.com/nelmio/NelmioApiDocBundle/pull/1186

All 3 comments

Hi !

The bundle need phpdocumentor/reflection-docblock for description : you needs to install it manually for version before 3.2.

See https://github.com/nelmio/NelmioApiDocBundle/pull/1186

@notFloran Thanks. It works!!!

Closing as your issue is fixed :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jhkchan picture jhkchan  路  4Comments

numediaweb picture numediaweb  路  4Comments

alxfv picture alxfv  路  5Comments

DavidGarciaCat picture DavidGarciaCat  路  4Comments

BraisGabin picture BraisGabin  路  7Comments