Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ariesw/chat

Tags

v3.0.4

Toggle v3.0.4's commit message
specify foreign pivot key (musonza#112)

* specify foreign pivot key

if the user model is different from the default user model that time it generating the custom table id column but this is should always user_id

* Update Conversation.php

v3.0.3

Toggle v3.0.3's commit message
Update ConversationService.php (musonza#102)

Added $data array to 'start' method arguments.

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete composer.lock

v3.0.1

Toggle v3.0.1's commit message
remove mockery dep

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/remove laravel notifications (musonza#89)


* notifications soft delete

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
return unread notifications (musonza#87)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Develop (musonza#50)

* Custom notifications, broadcast (musonza#44)

* check for notifications config

* add broadcasting option

* return unread messages count

* get message by id (musonza#49)

v2.1.0

Toggle v2.1.0's commit message
version 2.1.0

v2.0.2

Toggle v2.0.2's commit message
Get common conversations among multiple users

v2.0.1

Toggle v2.0.1's commit message
Merge pull request musonza#27 from pxgamer/laravel_auto_discovery

Add Laravel 5.5 auto-discovery