Download the PHP package rosamarsky/laravel-doctrine-odm without Composer
On this page you can find all versions of the php package rosamarsky/laravel-doctrine-odm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rosamarsky/laravel-doctrine-odm
More information about rosamarsky/laravel-doctrine-odm
Files in rosamarsky/laravel-doctrine-odm
Download rosamarsky/laravel-doctrine-odm
More information about rosamarsky/laravel-doctrine-odm
Files in rosamarsky/laravel-doctrine-odm
Vendor rosamarsky
Package laravel-doctrine-odm
Short Description Simple Laravel Doctrine2 ODM adapter
License MIT
Package laravel-doctrine-odm
Short Description Simple Laravel Doctrine2 ODM adapter
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-doctrine-odm
Doctrine ODM for Laravel framework
Installation & Configuration
-
Install via composer:
composer require rosamarsky/laravel-doctrine-odm
; -
Make sure
ServiceProvider.php
is registered in your application. -
Publish
doctrine-odm.php
config file via commandphp artisan vendor:publish
orcp ./vendor/rosamarsky/laravel-doctrine-odm/config/doctrine-odm.php ./config/doctrine-odm.php
; - Set .env variables for your mongodb connection:
MONGO_HOST
MONGO_PORT
MONGO_DB
MONGO_USER
MONGO_PASS
Notes
Only annotation driver is available
Example
All versions of laravel-doctrine-odm with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8
ext-mongodb Version *
illuminate/container Version *
nesbot/carbon Version ^2|^3
doctrine/mongodb-odm Version ^2
ext-mongodb Version *
illuminate/container Version *
nesbot/carbon Version ^2|^3
doctrine/mongodb-odm Version ^2
The package rosamarsky/laravel-doctrine-odm contains the following files
Loading the files please wait ....