kodio / laravel-messaging
Laravel messaging package
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2025-03-21 23:58:34 UTC
README
Send messages to other users with this Laravel Package
Installation
Via Composer
$ composer require kodio/laravel-messaging
Requires
- Laravel 8 (Tested)
- Bootstrap 4
Usage
Add the component view
<x-kodio-messaging-component></x-kodio-messaging-component>
And the JS component and the end of your page
<x-kodio-messaging-js></x-kodio-messaging-js>
Feel free to publish views, migrations and assets to customize your own system:
$ php artisan vendor:publish
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
MIT
TODO
- Send messages to multiple users