Download the PHP package steve-moretz/laravel-opcache without Composer
On this page you can find all versions of the php package steve-moretz/laravel-opcache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-opcache
Clear OPcache with ease
This Laravel package allows you to clear OPcache, solving a common problem related to cache invalidation during atomic deployments (also called "zero downtime deploy").
Getting Started
These instructions allow you to install the package into an existing Laravel app.
Installation
You can install this package via Composer using:
Config Website Url
Now you can go ahead and change the website url if necessary.
Usage
Clear
Watch Invalidate Cache
-
First you need to install
- Now can goto
config/opcache.php
and set watch_globs to list of directories and files you want to watch.
eg :
- Now you can run
Suggestion
Run this command during deployment process in order to automate the cleaning process before you app became active!
All versions of laravel-opcache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
laravel/framework Version >=7.0
guzzlehttp/guzzle Version >=5.3.0
steve-moretz/file-system-watcher Version >=1.0.2
laravel/framework Version >=7.0
guzzlehttp/guzzle Version >=5.3.0
steve-moretz/file-system-watcher Version >=1.0.2
The package steve-moretz/laravel-opcache contains the following files
Loading the files please wait ....