Releases: cmgmyr/laravel-messenger
Releases · cmgmyr/laravel-messenger
2.2
- changed
$thread->latestMessage()
to $thread->latestMessage
1.2
- changed
$thread->latestMessage()
to $thread->latestMessage
2.0
Updates to support Laravel 5
1.0.5
Formatting, comments, readme updates
1.0.4
- Updated dependancies
- Add table prefix to Alter table
- Minor comment formatting
- Redirect to messages instead of home page (example controller)
- Add check for last_read is null, fixes #10
- Updated show and update methods with exception handling
1.0.3
- added soft deletes to
threads
1.0.1
- Updated imports
- Added aliases to models/traits