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
- Host: GitHub
- URL: https://github.com/appstract/nova-opcache
- Owner: appstract
- License: mit
- Created: 2019-12-24T16:05:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T08:17:44.000Z (about 5 years ago)
- Last Synced: 2025-04-14T19:16:35.896Z (about 2 months ago)
- Topics: laravel, laravel-nova, laravel-nova-tool, opcache, package, php
- Language: Vue
- Homepage:
- Size: 1.14 MB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Nova OPcache
[](https://packagist.org/packages/appstract/nova-opcache)
[](LICENSE.md)
[](https://packagist.org/packages/appstract/nova-opcache)OPcache tool for Laravel Nova.

## 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.