aping/laravel-opcache-gui
Composer 安装命令:
composer require aping/laravel-opcache-gui
包简介
README 文档
README
在没找到好用的Laravel Opcache界面包而开发的
INSTALL
composer
php composer.phar require aping/laravel-opcache-gui
或
"require": { "aping/laravel-opcache-gui": "dev-master" }
CONFIG
Laravel 5.5+:
Add Service Provider to config/app.php in providers section
Aping\LaravelOpcacheGui\OpcacheServiceProvider::class,
Add a route in your web routes file
Route::get('opcache', '\Aping\LaravelOpcacheGui\Controllers\OpcacheController@index');
Go to http://myapp/opcache or some other route
TODO
- opcache flush & tests
统计信息
- 总下载量: 2.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-18
