Commit df2a4ef2 authored by Alex Renoki's avatar Alex Renoki

Removed deprecated packages docs [skip ci]

parent 29807a2a
...@@ -42,8 +42,6 @@ Table of contents ...@@ -42,8 +42,6 @@ Table of contents
- [Cross-Database Relations](#cross-database-relations) - [Cross-Database Relations](#cross-database-relations)
- [Authentication](#authentication) - [Authentication](#authentication)
- [Queues](#queues) - [Queues](#queues)
- [Sentry](#sentry)
- [Sessions](#sessions)
Laravel Installation Laravel Installation
------------ ------------
...@@ -1109,9 +1107,3 @@ Last, add the service provider in `config/app.php`: ...@@ -1109,9 +1107,3 @@ Last, add the service provider in `config/app.php`:
```php ```php
Jenssegers\Mongodb\MongodbQueueServiceProvider::class, Jenssegers\Mongodb\MongodbQueueServiceProvider::class,
``` ```
### Sentry
If you want to use this library with [Sentry](https://cartalyst.com/manual/sentry), then check out https://github.com/jenssegers/Laravel-MongoDB-Sentry
### Sessions
The MongoDB session driver is available in a separate package, check out https://github.com/jenssegers/Laravel-MongoDB-Session
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment