Closed vmalyk closed 9 months ago
As I see you have configration for NelmioApiDocBundle, but for run it properly, I need enable NelmioApiDocBundle and manage by bundle order. As I see Pimcore has way how to manage that and implementation DependentBundleInterface will fix and no need extra steps for setup. Doc: https://pimcore.com/docs/platform/Pimcore/Extending_Pimcore/Bundle_Developers_Guide/Bundle_Collection#bundle-dependencies Example: https://github.com/pimcore/advanced-object-search/blob/5.x/src/AdvancedObjectSearchBundle.php#L103-L108
Please review,
As I see you have configration for NelmioApiDocBundle, but for run it properly, I need enable NelmioApiDocBundle and manage by bundle order. As I see Pimcore has way how to manage that and implementation DependentBundleInterface will fix and no need extra steps for setup. Doc: https://pimcore.com/docs/platform/Pimcore/Extending_Pimcore/Bundle_Developers_Guide/Bundle_Collection#bundle-dependencies Example: https://github.com/pimcore/advanced-object-search/blob/5.x/src/AdvancedObjectSearchBundle.php#L103-L108
Please review,