定制 abbasudo/pulse-users 二次开发

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

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

abbasudo/pulse-users

最新稳定版本:v1.0.0

Composer 安装命令:

composer require abbasudo/pulse-users

包简介

Laravel Pulse Card for Users Chart

README 文档

README

Social Card of Pulse Users

Hourly Usage for Laravel Pulse

License Latest Unstable Version PHP Version Require

Pulse Users gives you an Hourly distributed requests chart.

Installation

Note You need to have Laravel Pulse installed first.

Install the package via composer by this command:

composer require abbasudo/pulse-users 

Add components to the dashboard

Note To add the card to the Pulse dashboard, you must first publish the vendor view.

php artisan vendor:publish --tag=pulse-dashboard

Then, you can modify the dashboard.blade.php file:

<x-pulse>
+   <livewire:pulse.usage-hours cols='4' />

    <livewire:pulse.servers cols="full" />

    <livewire:pulse.usage cols='4' rows='1' />

Configuraion (optional)

The number of available time zones can be configured in the config/pulse.php:

    /*
     * The time zone that will be available in the drop-down selection on the "Usage Distribution" card.
     */
    'usage_hours' => [
        'timezones' => [
            'UTC',
            'Europe/Berlin',
            'Asia/Bangkok',
        ],
    ],

License

Pulse Users is Licensed under The MIT License (MIT). Please see License File for more information.

Security

If you've found a bug regarding security please mail amkhzomi@gmail.com instead of using the issue tracker.

统计信息

  • 总下载量: 58.96k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 33
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 33
  • Watchers: 2
  • Forks: 5
  • 开发语言: PHP

其他信息

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