Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit a36e791

Browse files
committed
Updated: Added opcache for laravel.
1 parent e52cff5 commit a36e791

4 files changed

Lines changed: 65 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"require": {
88
"php": ">=5.6.4",
99
"barryvdh/laravel-debugbar": "^2.4",
10+
"elcobvg/laravel-opcache": "^0.3.0",
1011
"graham-campbell/exceptions": "^9.3",
1112
"guzzlehttp/guzzle": "~6.0",
1213
"jenssegers/rollbar": "^1.5",

composer.lock

Lines changed: 58 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@
198198

199199
Jenssegers\Rollbar\RollbarServiceProvider::class,
200200

201+
ElcoBvg\Opcache\ServiceProvider::class,
202+
201203
],
202204

203205
/*

config/cache.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
'connection' => 'default',
7474
],
7575

76+
'opcache' => [
77+
'driver' => 'opcache',
78+
],
79+
7680
],
7781

7882
/*

0 commit comments

Comments
 (0)