dev-master
9999999-devSymfony GlavwebMongoDBBundle.
The Requires
- php >=7.1
- symfony/framework-bundle ~2.3|~3.0
by Andrey Nilov
v0.1.0
0.1.0.0Symfony GlavwebMongoDBBundle.
The Requires
- php >=7.1
- symfony/framework-bundle ~2.3|~3.0
by Andrey Nilov
Wallogit.com
2017 © Pedro Peláez
Symfony GlavwebMongoDBBundle.
Add GlavwebMongoDBBundle by running this command from the terminal at the root of your Symfony project:, (*1)
php composer.phar require glavweb/mongodb-bundle
To start using the bundle, register the bundle in your application's kernel class:, (*2)
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Glavweb\MongoDBBundle\GlavwebMongoDBBundle(),
// ...
);
}
glavweb_mongo_db: host: "%mongodb_host%" dbname: "%mongodb_dbname%" user: "%mongodb_user%" password: "%mongodb_password%"
Symfony GlavwebMongoDBBundle.
Symfony GlavwebMongoDBBundle.