Download the PHP package marcha/lumen-opcache without Composer
On this page you can find all versions of the php package marcha/lumen-opcache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package lumen-opcache
Lumen OPcache
This package contains some useful Artisan commands to work with PHP OPcache.
If you want to learn more about OPcache and what it can do for your Laravel application, read the article on Medium.
Requirements
This package requires Laravel 7 or newer.
Installation
You can install the package via Composer:
Add the following line in your bootstrap/app.php
file to register the provider:
If you need to change config values, you can publish the config file with:
Make sure your APP_URL is set correctly in .env.
If you want to set a different url to call the OPcache routes (for use with a load balancer for example), you can set OPCACHE_URL.
Usage
Clear OPcache:
Show OPcache config:
Show OPcache status:
Pre-compile your application code:
Note: opcache.dups_fix
must be enabled, or use the --force
flag.
If you run into "Cannot redeclare class" errors, enable opcache.dups_fix
or add the class path to the exclude list.
Programmatic usage:
Credits
This package was originally forked from appstract/laravel-opcache.
License
The MIT License (MIT). Please see License File for more information.
All versions of lumen-opcache with dependencies
guzzlehttp/guzzle Version ^7.2
illuminate/database Version ~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0
illuminate/support Version ~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0
laravel/lumen-framework Version ^8.0
laravel/tinker Version ^2.5