khall/laravel-chat

A chat package for laravel

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

pkg:composer/khall/laravel-chat

1.0.5 2019-06-14 11:26 UTC

This package is auto-updated.

Last update: 2025-12-15 01:45:50 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