kodio/laravel-messaging

Laravel messaging package

0.0.2 2021-01-21 14:55 UTC

This package is auto-updated.

Last update: 2024-04-21 22:09:20 UTC


README

Latest Stable Version License

Send messages to other users with this Laravel Package

Example package

Installation

Via Composer

$ composer require kodio/laravel-messaging

Requires

  1. Laravel 8 (Tested)
  2. 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