Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 682 Bytes

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