LaravelPackages.net
Acme Inc.
Toggle sidebar
appstract/nova-opcache

A Laravel Nova tool for OPcache

40.254
19
1.0.0
About appstract/nova-opcache

appstract/nova-opcache is a Laravel package for a laravel nova tool for opcache. It currently has 19 GitHub stars and 40.254 downloads on Packagist (latest version 1.0.0). Install it with composer require appstract/nova-opcache. Discover more Laravel packages by appstract or browse all Laravel packages to compare alternatives.

Last updated

Laravel Nova OPcache

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.

Star History Chart