eatvio / chat
Chat Package for Laravel
Fund package maintenance!
www.paypal.me/tinashemusonza
Requires
- php: >=8.0
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
- laravel/legacy-factories: ^1.0
- spatie/laravel-fractal: ^6.0|dev-main
Requires (Dev)
- mockery/mockery: ^1.0.0
- orchestra/testbench: ^7.0|^8.0|^9.0|^10.0
- phpunit/phpunit: ^8.0|^9.0|^10.5|^11.5.3
This package is auto-updated.
Last update: 2025-07-07 21:23:07 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