LaravelPackages.net
Acme Inc.
Toggle sidebar
owowagency/laravel-gossip

A package of conversation features for the Laravel framework.

1.129
0
0.1.0
About owowagency/laravel-gossip

owowagency/laravel-gossip is a Laravel package for a package of conversation features for the laravel framework.. It currently has 0 GitHub stars and 1.129 downloads on Packagist (latest version 0.1.0). Install it with composer require owowagency/laravel-gossip. Discover more Laravel packages by owowagency or browse all Laravel packages to compare alternatives.

Last updated

Gossip

Logo

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

Star History Chart