PHP code example of yzen.dev / laravel-opcache-facade

1. Go to this page and download the library: Download yzen.dev/laravel-opcache-facade library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

yzen.dev / laravel-opcache-facade example snippets


use LaravelOpcacheFacade\OpcacheFacade;

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

php artisan opcache:clear

php artisan opcache:config

php artisan opcache:status