https://github.com/iaping/laravel-opcache-gui
laravel opcache gui package(一个Opcache界面包)
https://github.com/iaping/laravel-opcache-gui
laravel opcache opcache-gui
Last synced: 4 months ago
JSON representation
laravel opcache gui package(一个Opcache界面包)
- Host: GitHub
- URL: https://github.com/iaping/laravel-opcache-gui
- Owner: iaping
- Created: 2019-11-15T10:20:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T09:04:58.000Z (about 6 years ago)
- Last Synced: 2025-10-23T19:58:54.147Z (6 months ago)
- Topics: laravel, opcache, opcache-gui
- Language: PHP
- Homepage:
- Size: 187 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel Opcache Gui

在没找到好用的Laravel Opcache界面包而开发的
## INSTALL
composer
```php
php composer.phar require aping/laravel-opcache-gui
```
或
```php
"require": {
"aping/laravel-opcache-gui": "dev-master"
}
```
## CONFIG
### Laravel 5.5+:
Add Service Provider to config/app.php in providers section
```bash
Aping\LaravelOpcacheGui\OpcacheServiceProvider::class,
```
Add a route in your web routes file
```php
Route::get('opcache', '\Aping\LaravelOpcacheGui\Controllers\OpcacheController@index');
```
Go to http://myapp/opcache or some other route
## TODO
- opcache flush & tests