Laravel Chat
Add chat to your Laravel app. WIP – do not use.
Installation
Install package through Composer
$ composer require envant/chat
You can publish the migration with:
$ php artisan vendor:publish --provider="Envant\Chat\ChatServiceProvider" --tag="migrations"
After the migration has been published you can create the table by running the migrations:
$ php artisan migrate
You can publish the config with:
$ php artisan vendor:publish --provider="Envant\Chat\ChatServiceProvider" --tag="config"
Usage
To be written
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
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
- [Boris Lepikhin][link-author]
- [All Contributors][link-contributors]
License
license. Please see the license file for more information.