An open API service indexing awesome lists of open source software.

https://github.com/appstract/nova-opcache

OPcache Tool for Laravel Nova
https://github.com/appstract/nova-opcache

laravel laravel-nova laravel-nova-tool opcache package php

Last synced: about 1 month ago
JSON representation

OPcache Tool for Laravel Nova

Awesome Lists containing this project

README

        

# Laravel Nova OPcache

[![Latest Version on Packagist](https://img.shields.io/packagist/v/appstract/nova-opcache.svg?style=flat-square)](https://packagist.org/packages/appstract/nova-opcache)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/appstract/nova-opcache.svg?style=flat-square)](https://packagist.org/packages/appstract/nova-opcache)

OPcache tool for Laravel Nova.

![Screenshot](screenshot.png)

## Installation

You can install the package via Composer:

``` bash
composer require appstract/nova-opcache
```

Next require the tool in the Nova service provider:

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

This package uses [the OPcache package for Laravel](https://github.com/appstract/laravel-opcache), head to that repository for OPcache configuration.

## Contributing

Contributions are welcome, [thanks to y'all](https://github.com/appstract/nova-opcache/graphs/contributors) :)

## 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](LICENSE.md) for more information.