wovosoft/laravel-messenger

A package that adds the features of Real Time Messaging

Downloads

3

Stars

0

Version

v0.0.2

Laravel Messenger

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 [email protected] instead of using the issue tracker.

Credits

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

wovosoft

Author

wovosoft