appstract/nova-opcache is a Laravel package for a laravel nova tool for opcache.
It currently has 19 GitHub stars and 40.254 downloads on Packagist (latest version 1.0.0).
Install it with composer require appstract/nova-opcache.
Discover more Laravel packages by appstract
or browse all Laravel packages to compare alternatives.
Last updated
OPcache tool for Laravel Nova.

You can install the package via Composer:
composer require appstract/nova-opcache
Next require the tool in the Nova service provider:
public function tools()
{
return [
...
new \Appstract\NovaOpcache\NovaOpcache(),
...
];
}
This package uses the OPcache package for Laravel, head to that repository for OPcache configuration.
Contributions are welcome, thanks to y'all :)
Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment.
The MIT License (MIT). Please see License File for more information.