Skip to content

Commit e540f2a

Browse files
committed
Merge pull request #786 from LearningLocker/issue/slow-counts
Forces composer to use the forked version of jenseggers/mongodb for much improved counts
2 parents 65a57de + 5a38bd8 commit e540f2a

File tree

5 files changed

+275
-204
lines changed

5 files changed

+275
-204
lines changed

app/config/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
'JsLocalization\JsLocalizationServiceProvider',
121121
'locker\RequestServiceProvider',
122122
'Philo\Translate\TranslateServiceProvider',
123+
'Clockwork\Support\Laravel\ClockworkServiceProvider',
123124
),
124125

125126
/*

app/storage/clockwork/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.json

app/storage/debugbar/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,17 @@
2929
{
3030
"type": "pear",
3131
"url": "http://pear.php.net"
32+
},
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/LearningLocker/laravel-mongodb"
3236
}
3337
],
3438
"require": {
3539
"php": ">=5.5.0",
3640
"ext-mongo": "*",
3741
"laravel/framework": "4.2.x",
38-
"jenssegers/mongodb": "2.0.x",
42+
"jenssegers/mongodb": "dev-issue/count",
3943
"davejamesmiller/laravel-breadcrumbs": "2.2.x",
4044
"way/generators": "2.6.x",
4145
"ramsey/array_column": "1.1.x",
@@ -51,7 +55,8 @@
5155
"league/flysystem-copy": "^1.0",
5256
"league/flysystem-dropbox": "^1.0",
5357
"league/flysystem-azure": "^1.0",
54-
"league/flysystem-aws-s3-v3": "^1.0"
58+
"league/flysystem-aws-s3-v3": "^1.0",
59+
"itsgoingd/clockwork": "~1.10"
5560
},
5661
"require-dev": {
5762
"phpunit/phpunit": "4.1.*"

0 commit comments

Comments
 (0)