定制 carlosmls1/filament-intercom 二次开发

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

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

carlosmls1/filament-intercom

Composer 安装命令:

composer require carlosmls1/filament-intercom

包简介

Easy Intercom tracker integration for Filament

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A package to easily include Intercom in Filament.

Version Compatibility

Plugin Filament Laravel PHP
1.x 3.x 10.x 8.x
1.x 3.x 11.x 8.2 | 8.3

Installation

You can install the package via composer:

composer require carlosmls1/filament-intercom

You can publish the config file with:

php artisan vendor:publish --tag="filament-intercom-config"

This is the contents of the published config file:

return [

    'api_base' => env('FILAMENT_INTERCOM_API_BASE', false),

    'app_id' => env('FILAMENT_INTERCOM_APP_ID'),

];

Usage

->plugin(\carlosmls1\FilamentIntercom\FilamentIntercom::make())

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-03