messenger icon indicating copy to clipboard operation
messenger copied to clipboard

Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots,...

Results 5 messenger issues
Sort by recently updated
recently updated
newest added

This is my USER Model --- use Illuminate\Database\Eloquent\Builder; use RTippin\Messenger\Contracts\MessengerProvider; use RTippin\Messenger\Traits\Messageable; use Illuminate\Notifications\Notifiable; use Laravel\Passport\HasApiTokens; class User extends Authenticatable implements MessengerProvider { //Default trait to satisfy MessengerProvider interface use...

This is a POC where message types are moved into service provider/facade allowing for the expansion of the type system by implementing system. This isn't complete but the tests are...

When installing with composer, received this message: Package intervention/imagecache is abandoned, you should avoid using it. No replacement was suggested.

Any plans to support laravel 11 ?

Hello. We Want to know if it is possible to set `LARAVEL Reverb` by Pusher or by Laravel Websockets to play Pusher's role ??? So, we want to know if...