Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

You can install the package via composer:

composer require binarcode/nova-chat

Usage

Publish the messages table and configuration file.

php artisan vendor:publish --tag=nova-chat

Migrate table:

php artisan migrate

Init chat in your NovaServiceProvider.php tools just import it as:

public function tools()
{
    return [
        \Binarcode\NovaChat\Tools\ChatTool::make(),
    ];
}

Readme

Laravel Nova Chat

Latest Stable Version License

This is a laravel nova implementation for a chat. You can manage who can see whom via Laravel Policies.

In the next version the implementation will include real time echo.

How it looks

Message List

New Message

Installation

You can install the package via composer:

composer require binarcode/nova-chat

Usage

Publish the messages table and configuration file.

php artisan vendor:publish --tag=nova-chat

Migrate table:

php artisan migrate

Init chat in your NovaServiceProvider.php tools just import it as:

public function tools()
{
    return [
        \Binarcode\NovaChat\Tools\ChatTool::make(),
    ];
}

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email eduard.lupacescu@binarcode.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Screenshots

Back to Top
Added 5 years ago
Last updated 4 Years Ago
Version 1.2.0
Composer
binarcode/nova-chat
GitHub stars 15
Packagist downloads 943

Favorites

2 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas