Skip to content

Commit

Permalink
Merge pull request #9 from wiardvanrij/development
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
wiardvanrij authored Jun 16, 2020
2 parents d53558f + 11c8600 commit 12efb8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Allows the purge/clear/flush of the PHP OpCache via the CLI and Magento2 Backend

# Unmaintained
I still see a lot of activity on this repository (usage). I just wanted to note that I'm not maintaining this plugin anymore. This is because I'm not working with Magento at this point. Therefore I have no interest in making new changes/features.
Though feel free to make pull-requests and I will process these.

## Why
Because PHP OpCache is almost the de facto standard in current server/application setups. Most users/developers are
Expand Down
6 changes: 3 additions & 3 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<type name="Magento\Framework\Console\CommandList">
<arguments>
<argument name="commands" xsi:type="array">
<item name="clear" xsi:type="object">Webfixit\OpCache\Console\Command\Clear</item>
<item name="status" xsi:type="object">Webfixit\OpCache\Console\Command\Status</item>
<item name="opcache_clear" xsi:type="object">Webfixit\OpCache\Console\Command\Clear</item>
<item name="opcache_status" xsi:type="object">Webfixit\OpCache\Console\Command\Status</item>
</argument>
</arguments>
</type>
</config>
</config>

0 comments on commit 12efb8f

Please sign in to comment.