eatvio/chat

Chat Package for Laravel

Maintainers

Package info

github.com/alex-chevski/eatvio-chat

pkg:composer/eatvio/chat

Fund package maintenance!

www.paypal.me/tinashemusonza

Statistics

Installs: 56

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2025-07-10 09:39 UTC

This package is auto-updated.

Last update: 2026-03-11 16:02:14 UTC


README

From the command line, run:

composer require eatvio/chat

Publish the assets:

php artisan vendor:publish --provider="Eatvio\Chat\ChatServiceProvider"

This will publish database migrations, models and a configuration file eatvio_chat.php in the Laravel config folder.

Configuration

See eatvio_chat.php for configuration

Run the migrations:

php artisan migrate