appstract/nova-opcache

A Laravel Nova tool for OPcache

Installs: 28 428

Dependents: 0

Suggesters: 0

Security: 0

Stars: 19

Watchers: 5

Forks: 0

Open Issues: 0

Language:Vue

1.0.0 2020-04-17 08:21 UTC

This package is auto-updated.

Last update: 2024-04-20 17:32:25 UTC


README

Latest Version on Packagist Software License Total Downloads

OPcache tool for Laravel Nova.

Screenshot

Installation

You can install the package via Composer:

composer require appstract/nova-opcache

Next require the tool in the Nova service provider:

    public function tools()
    {
        return [
            ...
            new \Appstract\NovaOpcache\NovaOpcache(),
            ...
        ];
    }

This package uses the OPcache package for Laravel, head to that repository for OPcache configuration.

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment.

License

The MIT License (MIT). Please see License File for more information.