Skip to content

Releases: baklysystems/laravel-chat-messenger

1.7

30 Sep 09:51
65b9c7e
Compare
Choose a tag to compare
Editing Count to support higher version of php

1.6

22 Jul 00:14
Compare
Choose a tag to compare
1.6
dynamic routing implicit loading

1.5

21 Jul 23:30
Compare
Choose a tag to compare
1.5
fixing syntax error

Overridable routes

21 Jul 23:23
Compare
Choose a tag to compare

route files are now published and you can make changes to messenger.php to suite your needs

Reduces memory usage & CPU processing

19 Feb 10:42
82dbda3
Compare
Choose a tag to compare
  • Using eloquent take/limit instead on the Collection object (Reduces memory & CPU processing)
  • Returns an empty collection when no conversation has been found
  • Getting latest messages using timestamp created_at approach, reverse on collection to return messages properly to the view

seen and Unseen Messages

13 Nov 01:26
8295cb6
Compare
Choose a tag to compare
Merge pull request #5 from mohamed-abdul-fattah/master

Seen and unseen messages