aping/laravel-opcache-gui

Installs: 1 851

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel-package

dev-master 2020-04-26 09:04 UTC

This package is auto-updated.

Last update: 2024-04-26 19:42:14 UTC


README

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