wovosoft / laravel-messenger
A package that adds the features of Real Time Messaging
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.2
- illuminate/support: ^7.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-12-19 09:05:00 UTC
README
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.