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
Requires
- php: >=7.1
- illuminate/support: ^5.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- orchestra/testbench: ^3.5
- php-coveralls/php-coveralls: ^2.1
- squizlabs/php_codesniffer: ^3.4
README
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