carlosmls1/filament-intercom

Easy Intercom tracker integration for Filament

dev-main 2025-05-13 00:16 UTC

This package is auto-updated.

Last update: 2025-05-13 00:16:57 UTC


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.