wovosoft/laravel-messenger

A package that adds the features of Real Time Messaging

v0.0.2 2020-04-18 20:02 UTC

This package is auto-updated.

Last update: 2024-05-19 07:21:44 UTC


README

Build Status styleci Coverage Status

Packagist Packagist Packagist

Package description: CHANGE ME

Installation

Install via composer

composer require wovosoft/laravel-messenger

Publish Configuration File

Publish the configuration file.

php artisan vendor:publish --provider="Wovosoft\LaravelMessenger\ServiceProvider" --tag="config"

Publish Resources

php artisan vendor:publish --provider="Wovosoft\LaravelMessenger\ServiceProvider" --tag="resources"

Publish the Migrations

php artisan vendor:publish --provider="Wovosoft\LaravelMessenger\ServiceProvider" --tag="migrations"

Publish the Seeds

php artisan vendor:publish --provider="Wovosoft\LaravelMessenger\ServiceProvider" --tag="seeds"

Usage

CHANGE ME

Security

If you discover any security related issues, please email narayanadhikary24@gmail.com instead of using the issue tracker.

Credits

This package is bootstrapped with the help of wovosoft/crud.