carlosmls1/filament-intercom
Composer 安装命令:
composer require carlosmls1/filament-intercom
包简介
Easy Intercom tracker integration for Filament
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-03