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.