Guido Contreras Woda
Guido Contreras Woda
# Pull Request Checklist ## Purpose Removes two paragraphs that were duplicated in the Cluster documentation.
Is there any way to parse a Schema Definition Language file with this library? I'd rather write type definitions _the GraphQL way_ than using php arrays and custom-made objects, so...
Adds support for all current doctrine metadata drivers through a new configuration key.
- Master branch points to Laravel ~4.2 - Added prefer-stable to only get the dev branches that we actually need (just doctrine/orm I believe).
Use of AMD to declare GalleryView as a jquery plugin. See https://github.com/umdjs/umd/blob/master/jqueryPlugin.js
This PR adds a function that can convert an array of paths into an array of Mapping objects by reflecting on declared classes, just as the AnnotationDriver does. The FluentDriver...
Gedmo provides some abstract classes and default implementations for some of their extensions, and we've added mappings for them in the same way they do for annotations. When mappings for...
## Description This changes allow us to implement multiple authentication providers easily and test them out in the demo. I added Privy and Auth0 (with my project ID) but refactored...