appstract / nova-opcache
Laravel Nova 的 OPcache 工具
1.0.0
2020-04-17 08:21 UTC
Requires
- php: >=7.1.0
- appstract/laravel-opcache: >=3.2
This package is auto-updated.
Last update: 2024-09-20 18:18:39 UTC
README
Laravel Nova 的 OPcache 工具。
安装
您可以通过 Composer 安装此包
composer require appstract/nova-opcache
然后在 Nova 服务提供者中引入此工具
public function tools() { return [ ... new \Appstract\NovaOpcache\NovaOpcache(), ... ]; }
此包使用Laravel 的 OPcache 包,有关 OPcache 配置,请访问该仓库。
贡献
欢迎贡献,感谢大家的贡献 :)
关于 Appstract
Appstract 是来自荷兰的小团队。我们为 web 开发创建(开源)工具。
许可证
MIT 许可证(MIT)。请参阅许可证文件获取更多信息。