Skip to content

ibkhall/laravel-chat

Repository files navigation

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

About

A chat package for laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published