MongoDB-ODM-Silex-Provider icon indicating copy to clipboard operation
MongoDB-ODM-Silex-Provider copied to clipboard

This project is not maintained anymore, contact me to take over it

Results 3 MongoDB-ODM-Silex-Provider issues
Sort by recently updated
recently updated
newest added

error: Attempted to load interface "ServiceProviderInterface" from namespace "Silex". Did you forget a "use" statement for "Pimple\ServiceProviderInterface"? What version of silex does this provider work with? I'm running "silex/silex": "2.0.*@dev"...

There is a line in documentation: ``` Document registration You need to register the differents documents namespace to make possible use it with Doctrine ODM, eg: $app->register(new MongoDBODMServiceProvider(), array( //...

In setup for this provider you can provide values in an array via ``` php $app['doctrine.odm.mongodb.connection_options']. ``` The example shows setting: ``` php $app->register(new MongoDBODMServiceProvider(), array( 'doctrine.odm.mongodb.connection_options' => array( 'database'...