ronasit / laravel-chat
This package implements chat functionality based on push notifications.
0.0.1-beta
2023-08-29 15:33 UTC
Requires
- php: >=7.4.0
- ronasit/laravel-helpers: ^2.1
This package is auto-updated.
Last update: 2024-11-15 09:02:47 UTC
README
Introduction
This plugin adds the ability for users to work with chat functionalities in a Laravel application.
Installation
- Install the package using the following command:
composer require ronasit/laravel-chat
- Run
php artisan vendor:publish
- For Laravel <= 5.5 add
ronasit\Chat\ChatServiceProvider::class
to theapp.providers
list in config. - Set your project's User model to the
chat.classes.user_model
config.
Integration with LaravelSwagger
This package includes an OpenAPI documentation file. To include it in your project's documentation, you need to register it in the auto-doc.additional_paths
config:
vendor/ronasit/laravel-chat/documentation.json
Contributing
Thank you for considering contributing to the Laravel Chat plugin! The contribution guide can be found in the Contributing guide.
License
Laravel Chat plugin is open-sourced software licensed under the MIT license.