Looking to hire Laravel developers? Try LaraJobs

laravel-chat maintained by khall

Description
A chat package for laravel
Author
Last update
2022/12/23 08:18 (dev-master)
License
Links
Downloads
10

Comments
comments powered by Disqus

A chat package for Laravel

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