All Projects → appstract → nova-opcache

appstract / nova-opcache

Licence: MIT license
OPcache Tool for Laravel Nova

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nova-opcache

nova-settings
A tool for editing settings on your project using akaunting/setting package on Laravel Nova
Stars: ✭ 18 (-14.29%)
Mutual labels:  laravel-nova, laravel-nova-tool
nova-conditional-fields
WIP: Conditionally display fields based on another field's value
Stars: ✭ 38 (+80.95%)
Mutual labels:  laravel-nova
nova-inspire
The best way to connect with your customers is by reaching out and inspiring them. ~ Me
Stars: ✭ 14 (-33.33%)
Mutual labels:  laravel-nova
ob php-fpm
PHP-FPM container for NGINX using Alpine, Opcache, Dynamic Resources, Monitoring, Security
Stars: ✭ 89 (+323.81%)
Mutual labels:  opcache
nova-translatable
Nova Field for spatie/laravel-translatable package.
Stars: ✭ 84 (+300%)
Mutual labels:  laravel-nova
nova-rating-field
A Star rating field to use in your Laravel Nova apps.
Stars: ✭ 42 (+100%)
Mutual labels:  laravel-nova
select-auto-complete
An auto-completing Laravel Nova search field
Stars: ✭ 34 (+61.9%)
Mutual labels:  laravel-nova
OpcacheBundle
Displays the PHP OPcache status in the Symfony profiler toolbar.
Stars: ✭ 21 (+0%)
Mutual labels:  opcache
nova-list-card
Add a variety of resource lists to Nova dashboards
Stars: ✭ 39 (+85.71%)
Mutual labels:  laravel-nova
docket-cache
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Stars: ✭ 17 (-19.05%)
Mutual labels:  opcache
Lang
List of 78 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.
Stars: ✭ 6,285 (+29828.57%)
Mutual labels:  laravel-nova
laravel-nova-visual-composer
Visual Composer for Laravel Nova
Stars: ✭ 15 (-28.57%)
Mutual labels:  laravel-nova
nova-gridder
Customize Nova Resource Details using Tailwind Grid System and more
Stars: ✭ 18 (-14.29%)
Mutual labels:  laravel-nova
nova-grouped-field
Combine multiple Nova fields as one field output
Stars: ✭ 43 (+104.76%)
Mutual labels:  laravel-nova
docker-php7
A docker image with php 7 and extensions (apc, apcu, intl, mcrypt,...)
Stars: ✭ 16 (-23.81%)
Mutual labels:  opcache
nova-url-field
A URL input and link field for Laravel Nova
Stars: ✭ 96 (+357.14%)
Mutual labels:  laravel-nova
nova-errors
Display all form errors in a modal at the top of the page.
Stars: ✭ 16 (-23.81%)
Mutual labels:  laravel-nova
nova-assertions
Laravel Nova assertions for your tests
Stars: ✭ 76 (+261.9%)
Mutual labels:  laravel-nova
docker-symfony
Docker Symfony SOA oriented with NGINX, PHP7-FPM, MySQL, Redis, ELK (Elasticsearch Logstash and Kibana), Varnish and CouchDB
Stars: ✭ 47 (+123.81%)
Mutual labels:  opcache
laravel-opcache
Custom OPcache Cache Driver for Laravel. Faster than Redis, Memcache or APC.
Stars: ✭ 40 (+90.48%)
Mutual labels:  opcache

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].