nova-opcache
nova-opcache copied to clipboard
OPcache Tool for Laravel Nova
Laravel Nova OPcache
OPcache tool for Laravel Nova.
Installation
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.
Contributing
Contributions are welcome, thanks to y'all :)
About Appstract
Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment.
License
The MIT License (MIT). Please see License File for more information.