8000 GitHub - appstract/nova-opcache: OPcache Tool for Laravel Nova
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

appstract/nova-opcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="react-directory-filename-cell">
 
 
 
 

Repository files navigation

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.

0