LaravelPackages.net
Acme Inc.
Toggle sidebar
wovosoft/laravel-messenger

A package that adds the features of Real Time Messaging

4
0
v0.0.2
About wovosoft/laravel-messenger

wovosoft/laravel-messenger is a Laravel package for a package that adds the features of real time messaging. It currently has 0 GitHub stars and 4 downloads on Packagist (latest version v0.0.2). Install it with composer require wovosoft/laravel-messenger. Discover more Laravel packages by wovosoft or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart