vursion / laravel-opcache
laravel-opcache
Fund package maintenance!
vursion
Installs: 6 932
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3
- guzzlehttp/guzzle: ^5.0 || ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-11-05 11:51:29 UTC
README
Installation
You can install the package via composer:
composer require vursion/laravel-opcache
No need to register the service provider if you're using Laravel >= 5.5.
The package will automatically register itself.
Once the package is installed, you can register the service provider in config/app.php
in the providers array:
'providers' => [ ... Vursion\LaravelOPCache\OPCacheServiceProvider::class ],
Usage
Clear/Reset OPCache
php artisan opcache:reset
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email jochen@celcius.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.