Skip to content

Commit 520cb84

Browse files
author
Яценко Андрей
committed
Add: readme
1 parent ce70db6 commit 520cb84

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# LaravelOpcacheFacade
2+
Laravel artisan commands for working with opcache.
3+
## :scroll: **Installation**
4+
The package can be installed via composer:
5+
```
6+
composer require yzen.dev/laravel-opcache-facade
7+
```
8+
9+
## :scroll: **Usage**
10+
11+
Resets the contents of the opcode cache:
12+
```
13+
php artisan opcache:clear
14+
```
15+
16+
Show configuration information about the cache:
17+
```
18+
php artisan opcache:config
19+
```
20+
21+
Get status information about the cache:
22+
```
23+
php artisan opcache:status
24+
```

0 commit comments

Comments
 (0)