owowagency/laravel-gossip

A package of conversation features for the Laravel framework.
1,135
Install
composer require owowagency/laravel-gossip
Latest Version:0.1.0
PHP:^8.1
Last Updated:Jan 12, 2023
Links: GitHub  ·  Packagist
Maintainer: dees040

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

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,991,690 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

368,693 86
laravel/laravel

The skeleton application for the Laravel framework.

64,930,508 84,972