peynman/larapress-reports

为基于 @Larapress-crud 的资源提供时间序列和指标。

dev-master 2021-12-12 15:03 UTC

This package is auto-updated.

Last update: 2024-09-12 20:44:30 UTC


README

Larapress Reports

一个包,用于为Larapress CRUD和其他基于它的包提供自动化和定制的指标和报告。

依赖

安装

  1. composer require peynman/larapress-reports

配置

  1. 运行 php artisan vendor:publish --tag=larapress-reports
  2. 更新 broadcasting.connections.pusher
    'driver' => 'pusher',
    'key' => env('PUSHER_APP_KEY'),
    'secret' => null,
    'app_id' => env('PUSHER_APP_ID'),
    'options' => [
        'cluster' => null,
        'encrypted' => true,
        'host' => env('ECHO_HOST', 'laravel-echo'),
        'port' => env('ECHO_PORT', 8443),
        'scheme' => env('ECHO_PROTOCOL', 'http')
    ],

用法