2017 © Pedro Peláez
 

library lmongo

MongoDB Package for Laravel 4.

image

navruzm/lmongo

MongoDB Package for Laravel 4.

  • Sunday, June 15, 2014
  • by navruzm
  • Repository
  • 25 Watchers
  • 127 Stars
  • 22,048 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 40 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

LMongo Build Status

LMongo is MongoDB package for Laravel 4., (*1)

Installation

Add navruzm/lmongo as a requirement to composer.json:, (*2)

{
    "require": {
        "navruzm/lmongo": "*@dev"
    }
}

And then run composer update, (*3)

Once Composer has installed or updated your packages you need to register LMongo. Open up app/config/app.php and find the providers key and add:, (*4)

'LMongo\LMongoServiceProvider'

Then find the aliases key and add following line to the array:, (*5)

'LMongo'          => 'LMongo\Facades\LMongo',
'EloquentMongo'   => 'LMongo\Eloquent\Model',

Finally you need to publish a configuration file by running the following Artisan command., (*6)

$ php artisan config:publish navruzm/lmongo

This will copy the default configuration file to app/config/packages/navruzm/lmongo/config.php, (*7)

Documentation

View the official documentation, (*8)

The Versions

15/06 2014

dev-master

9999999-dev http://github.com/navruzm/lmongo/

MongoDB Package for Laravel 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mustafa Navruz

mongodb database laravel 4 mongo

15/01 2013

v1.0.0-beta

1.0.0.0-beta http://github.com/navruzm/lmongo/

MongoDB service provider for Laravel 4

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mustafa Navruz

mongodb laravel laravel 4 l4