Martin Rademacher
Martin Rademacher
> What do you mean about it depending on my business/domain logic? Ah, for some reason I was thinking database when I saw `App\Schemas` :crab: Yeah, nesting is always tricky...
Looks like your classloader is not set up correctly - unlikely to be an issue with swagger-php itself. swagger-php requires classloading in order to be able to use reflection to...
Not sure about the way the model stuff works, but would adding a `OA\Schema` attribute to the model/DTO help?
Yeah, that logger is a pain and just wraps the original code from the script in a PSR logger to make things a bit nicer overall. Under the hood is...
My bad - yes, this is fine.
I think it would be good to add a script to validate that the snippets **do** evaluate to the same spec... I can look into that at some point.
One think I noticed is that the attribute examples use double quotes for string. Code style here is to use single quotes unless there is actual need to use double....
@natsuki-engr I did push a fix to `master` that disables operationId generation - that should help. Sorry, no better idea 🤷 I guess you can still put in explicit ids...
No problem. Any help is appreciated and improving the docs is always valuable.
@natsuki-engr Deployed and looking real nice! As a side note I noticed some examples have corresponding YAML - it wonder if adding a new tab for the generated spec would...