appstract/nova-opcache
最新稳定版本:1.0.0
Composer 安装命令:
composer require appstract/nova-opcache
包简介
A Laravel Nova tool for OPcache
README 文档
README
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.
统计信息
- 总下载量: 38.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-13
