This is a custom check for Spatie's Laravel Health, to ensure Opcache is running and enabled.
You can install the package via composer:
composer require f9webltd/laravel-health-opcache
// typically, in a service provider
use F9Web\Health\Checks\OpCacheCheck;
use Spatie\Health\Facades\Health;
Health::checks([
OpCacheCheck::new(),
]);
To follow :/
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.