A package that adds the features of Real Time Messaging
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
Package description: CHANGE ME
Install via composer
composer require wovosoft/laravel-messenger
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"
CHANGE ME
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
This package is bootstrapped with the help of wovosoft/crud.