khall/laravel-chat

A chat package for laravel

1.0.5 2019-06-14 11:26 UTC

This package is auto-updated.

Last update: 2024-04-14 22:21:15 UTC


README

Build Status Coverage Status

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