hanishkumar/chatapp
Composer 安装命令:
composer require hanishkumar/chatapp
包简介
ChatApp is a PHP library designed to make it easy to consume and produce chat application
README 文档
README
###Installing
composer require hanishkumar/chatapp
Add to config/app.php the following line to the 'providers' array:
Hanish\ChatApp\ChatAppServiceProvider::class,
Publish Migrations
php artisan migrate
Publish Asserts To Public Folder to install basic theme for chat
php artisan vendor:publish
To Include ChatBox In Your Master Page Just Add after all scripts at end
@if(!empty(Auth::user()->id)) @include('chat::directChat') @endif
统计信息
- 总下载量: 117
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-20