You can install the package via composer:
composer require vursion/laravel-opcacheNo need to register the service provider if you're using Laravel >= 5.5.
The package will automatically register itself.
Once the package is installed, you can register the service provider in config/app.php in the providers array:
'providers' => [
...
Vursion\LaravelOPCache\OPCacheServiceProvider::class
],Clear/Reset OPCache
php artisan opcache:resetPlease see CHANGELOG for more information what has changed recently.
If you discover any security related issues, please email jochen@celcius.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.