Skip to content

Releases: cmgmyr/laravel-messenger

2.8.2

29 Oct 13:15
Compare
Choose a tag to compare
  • moved migration for removing foreign keys to examples

1.8.1

29 Oct 13:14
Compare
Choose a tag to compare
  • moved migration for removing foreign keys to examples

2.8.1

06 Oct 14:24
Compare
Choose a tag to compare
  • reimplemented getenv() instead of $_ENV

2.8

27 Sep 12:07
Compare
Choose a tag to compare
2.8
  • removed foreign keys (fixes #76)
  • get the "users" table name from the config model (fixes #75)

1.8

27 Sep 11:56
Compare
Choose a tag to compare
1.8
  • removed foreign keys (fixes #76)
  • get the "users" table name from the config model (fixes #75)

2.7.1

04 Sep 18:00
Compare
Choose a tag to compare
  • removed migrations from composer.json

1.7.1

04 Sep 17:59
Compare
Choose a tag to compare
  • removed migrations from composer.json

2.7

14 Jul 03:06
Compare
Choose a tag to compare
2.7
  • Add scope to Thread to retrieve threads shared between specified users

1.7

14 Jul 03:05
Compare
Choose a tag to compare
1.7
  • Add scope to Thread to retrieve threads shared between specified users

2.6

17 Jun 01:08
Compare
Choose a tag to compare
2.6
  • added hasParticipant() method to Thread model
  • updated tests