aping / laravel-opcache-gui
Installs: 2 220
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Type:laravel-package
This package is auto-updated.
Last update: 2024-10-26 20:43:13 UTC
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