定制 vink/nova-cache-card 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vink/nova-cache-card

最新稳定版本:1.0.2

Composer 安装命令:

composer require vink/nova-cache-card

包简介

Manage your application's cache from a handy Laravel Nova dashboard card.

README 文档

README

Manage your application's cache from a handy Laravel Nova dashboard card.

Installation

You can install the package in to any app running Laravel Nova via Composer:

composer require vink/nova-cache-card

Once installed, you need to add the card to your NovaServiceProvider.php file:

// in app/Providers/NovaServiceProvder.php

// ...

public function cards()
{
    return [
        // ...
        new \Vink\NovaCacheCard\CacheCard(),
    ];
}

Usage

A new card will appear on your dashboard giving you control over your applications default cache driver. From the card, you can get values from the cache, forget values from the cache, or even flush the whole thing.

Card Preview

Cache Viewer

Important Note

This is an administrative tool used to manage your applications caching. It is up to YOU to ensure this card is properly gated for appropriate administrators only. Fortunately, Nova makes this easy. I am in no way responsible if you manage to flush very important cache items down the toilet.

License

This card is released under the MIT License (MIT). Please see the included license file for more information.

统计信息

  • 总下载量: 312.82k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 26
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 26
  • Watchers: 2
  • Forks: 4
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 未知

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固