Download the PHP package markustripp/mongo without Composer
On this page you can find all versions of the php package markustripp/mongo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download markustripp/mongo
More information about markustripp/mongo
Files in markustripp/mongo
Download markustripp/mongo
More information about markustripp/mongo
Files in markustripp/mongo
Vendor markustripp
Package mongo
Short Description MongoDB driver, auth, passport for Laravel
License MIT
Package mongo
Short Description MongoDB driver, auth, passport for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package mongo
Laravel Package for MongoDB support
See Laravel 5.5 Package Development
Quick Start Guide
- Create a Laravel 5.5 project:
composer create-project laravel/laravel myproject dev-develop
cd myproject
- Add dependency:
composer require markustripp/mongo
- Copy configuration:
php artisan vendor:publish
Now you are ready to use the Mongo Facade, e.g. open routes/web.php:
Add a document to mycollection in mydatabase and open the browser at http://myproject.dev/mongo
To override the default MongoDB connection configuration add the following parameters to your .env file. Find a detailed description on the MongoDB Driver Manager Page. Use JSON notation within single quotes '
for options.
All versions of mongo with dependencies
PHP Build Version
Package Version
Requires
mongodb/mongodb Version
^1.1
The package markustripp/mongo contains the following files
Loading the files please wait ....