simple chat package for laravel
composer require khall/laravel-chat
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