carlosmls1/filament-intercom

Easy Intercom tracker integration for Filament

dev-main 2024-06-11 23:47 UTC

This package is auto-updated.

Last update: 2024-06-11 23:47:20 UTC


README

68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f66696c616d656e742d696e746572636f6d2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6361726c6f736d6c733125324666696c616d656e742d696e746572636f6d267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d456173792b496e746572636f6d2b696e746567726174696f6e2b666f722b46696c616d656e74266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667

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.