laravel-messenger maintained by wovosoft
Description
A package that adds the features of Real Time Messaging
Author
Last update
2020/04/18 22:02
(dev-master)
License
Downloads
4
Tags
Laravel Messenger
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.