Skip to content

Releases: cmgmyr/laravel-messenger

1.2.1

15 Apr 18:53

Choose a tag to compare

  • fixed database table prefixing

2.2

04 Apr 01:51

Choose a tag to compare

2.2
  • changed $thread->latestMessage() to $thread->latestMessage

1.2

04 Apr 01:51

Choose a tag to compare

1.2
  • changed $thread->latestMessage() to $thread->latestMessage

2.1

06 Mar 18:01

Choose a tag to compare

2.1
  • Added participant string

1.1

06 Mar 18:01

Choose a tag to compare

1.1
  • Added participant string

2.0

12 Feb 12:51

Choose a tag to compare

2.0

Updates to support Laravel 5

1.0.5

04 Feb 18:37

Choose a tag to compare

Formatting, comments, readme updates

1.0.4

06 Jan 18:36

Choose a tag to compare

  • 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

04 Dec 18:06

Choose a tag to compare

  • added soft deletes to threads

1.0.1

03 Dec 20:12

Choose a tag to compare

  • Updated imports
  • Added aliases to models/traits