owowagency/laravel-gossip
Composer 安装命令:
composer require owowagency/laravel-gossip
包简介
A package of conversation features for the Laravel framework.
README 文档
README
An opinionated package of chatting features for the Laravel framework.
Installation
Installing this package can be done easily via the following Artisan command.
composer require owowagency/gossip
Setup
To install all the vendor files you can run the following command.
php artisan vendor:publish --provider="OwowAgency\Gossip\GossipServiceProvider"
This will copy all the vendor files, including configuration, migrations, resources and policies. If you wish to only install certain files you can use the command described in the next paragraphs.
Config
If you wish to publish the configuration file, you can use the following command:
php artisan vendor:publish --provider="OwowAgency\Gossip\GossipServiceProvider" --tag=config
Migrations
If you wish to publish the migrations, you can use the following command:
php artisan vendor:publish --provider="OwowAgency\Gossip\GossipServiceProvider" --tag=migrations
Routes
Policies
TODO: Also inform about the roles and permissions.
Usage
统计信息
- 总下载量: 1.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-12-08