modcreative/laravel-wayble-pulse 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

modcreative/laravel-wayble-pulse

最新稳定版本:2.0.0

Composer 安装命令:

composer require modcreative/laravel-wayble-pulse

包简介

Triggers, actions, and analytics AI framework for Wayble

README 文档

README

AI Analytics framework for Laravel

Usage

Install

# install package
composer require modcreative/laravel-wayble-pulse

# export migrations
php artisan vendor:publish --tag="wayble-pulse-database"

Configure

# optionally export config
php artisan vendor:publish --tag="wayble-pulse-config"

# edit config
config/wayble-pulse.php

Filament

If you're using filament in your Laravel app, you can export the resources provided by Wayble Pulse.

# export filament resources
php artisan vendor:publish --tag="wayble-pulse-filament"

If you wish to add certain or all widgets to your dashboard you must update your admin panel provider after exporting the filament resources from the package (see above).

# app/Providers/Filament/AdminPanelProvider.php
return $panel
    ->widgets([
        \App\Filament\Widgets\Cards\ChattingStats::class,
        \App\Filament\Widgets\Charts\SignalHitsByCategory::class,
        \App\Filament\Widgets\Charts\TotalMessages::class,
        \App\Filament\Widgets\Tables\RecentMessages::class,
    ])

Kitchen Sink

Want to publish everything together and overwrite whatever already exists?

# export and overwrite all publishables
php artisan vendor:publish --tag="wayble-pulse" --force

Gotchas 💣

We use uuids everywhere!

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-16