Download the PHP package aaix/filament-chat-bubbles without Composer

On this page you can find all versions of the php package aaix/filament-chat-bubbles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-chat-bubbles

Filament Chat Bubbles

Chat Heads for Filament panels with real-time messaging, file sharing, and presence tracking.

Latest Version on Packagist Total Downloads License


Filament Chat Bubbles brings a complete real-time messaging experience to your Filament panel. Floating chat heads, a slide-over modal, and a dedicated full-page view โ€” all powered by Laravel Echo with zero npm dependencies in the host project.

Screenshots


Full-page messages view with sidebar, search, and cross-pattern background


Floating chat bubbles  ยท  Slide-over modal

Key Features

Requirements

Installation

You can install the package via Composer:

Run migrations and publish assets:

Add the package views to your panel's theme CSS so Tailwind picks up all utility classes:

Then rebuild your theme:

Optionally publish the configuration:

Optionally publish the notification sound:

Quick Setup

  1. Register the plugin in your Filament panel provider:

  2. Ensure broadcasting is configured:

  3. Create the storage symlink (for file attachments):

That's it. Chat bubbles will appear in the bottom-right corner of your panel, and the slide-over is accessible from the topbar.

Configuration

The configuration file (config/filament-chat-bubbles.php) allows you to customize:

Option Default Description
user_model App\Models\User Your User model class
user_name_attribute name Attribute used for display name
user_avatar_attribute profile_picture_url Attribute used for avatar URL
table_prefix fcb_ Database table prefix
bubble_size 48 Bubble diameter in pixels
max_message_length 5000 Maximum message body length
attachments.disk public Storage disk for file uploads
attachments.max_size 50 MB Maximum upload file size
attachments.max_per_message 20 Maximum attachments per message
link_previews.enabled true Enable link preview fetching
presence.enabled true Enable online/idle tracking
presence.idle_after 300 Seconds before user is marked idle

Testing

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

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


All versions of filament-chat-bubbles with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.0
intervention/image Version ^3.0
spatie/laravel-package-tools Version ^1.15
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package aaix/filament-chat-bubbles contains the following files

Loading the files please wait ...