23/07
2015
dev-master
9999999-dev http://hoangthienan.github.ioHello Symfony2 Doctrine MongoDB Bundle
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Hello Symfony2 Doctrine MongoDB Bundle
Just a simple example bundle using MongoDB Object Document Mapper (ODM) and the following Bundles: * DoctrineMongoDBBundle, (*4)
composer.json, (*5)
php composer.phar require hgtan/mongo-odm-bundle:dev-master
Then register the bundle with your kernel:, (*6)
<?php
// in AppKernel::registerBundles()
$bundles = array(
// ...
new Hgtan\Bundle\HelloDoctrineMongoDBBundle\HgtanHelloDoctrineMongoDBBundle(),
// ...
);
# app/config/config.yml
$ php app/console hgtan:user:create
Please choose a username: ahoang
Please choose an email: hoang@example.com
Please choose a password:
Created user ahoang
Hello Symfony2 Doctrine MongoDB Bundle
MIT