eatvio/chat

Chat Package for Laravel

Fund package maintenance!
www.paypal.me/tinashemusonza

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 316

pkg:composer/eatvio/chat

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

This package is auto-updated.

Last update: 2025-10-11 15:00:47 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