Skip to content

iaping/laravel-opcache-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

laravel opcache gui package(一个Opcache界面包)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published