aping/laravel-opcache-gui

Downloads

1745

Stars

5

Version

Laravel Opcache Gui

Screenshot

在没找到好用的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
iaping

Author

iaping