Looking to hire Laravel developers? Try LaraJobs

laravel-messenger maintained by wovosoft

Description
A package that adds the features of Real Time Messaging
Last update
2020/04/18 22:02 (dev-master)
License
Links
Downloads
4

Comments
comments powered by Disqus

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 narayanadhikary24@gmail.com instead of using the issue tracker.

Credits

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