yzen.dev/laravel-opcache-facade

Laravel artisan commands for working with opcache.
3,216 3
Install
composer require yzen.dev/laravel-opcache-facade
Latest Version:0.0.2
PHP:^7.2
License:MIT
Last Updated:Feb 8, 2021
Links: GitHub  ·  Packagist
Maintainer: yzen.dev

LaravelOpcacheFacade

Packagist Version Packagist Downloads Packagist Downloads

Laravel artisan commands for working with opcache.

:scroll: Installation

The package can be installed via composer:

composer require yzen.dev/laravel-opcache-facade

:scroll: Usage

Resets the contents of the opcode cache:

php artisan opcache:clear

Show configuration information about the cache:

php artisan opcache:config

Get status information about the cache:

php artisan opcache:status

Use from code

use LaravelOpcacheFacade\OpcacheFacade;

OpcacheFacade::clear();
OpcacheFacade::getConfig();
OpcacheFacade::getStatus();

Related Packages

rap2hpoutre/create-user-command

Create a user with artisan command

12,952 20
elimuswift/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data...

4,696 36
appstract/laravel-opcache

PHP OPcache Artisan commands for Laravel.

5,519,906 1,363
nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data...

39,133 377
nwidart/db-exporter-l4.0

Export your database quickly and easely as a Laravel Migration and all the data...

15 5