laravel-chat maintained by khall
A chat package for Laravel
simple chat package for laravel
installation
composer require khall/laravel-chat
how to use it ?
php artisan vendor:publish --provider="Khall\Chat\ChatServiceProvider"
This command will generate
- views vendor/chat
- config file of configuration in config path
- migrations in database/migrations folder