bilal/chat-module

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/BilalRiaz2/chat-module

Type:laravel-module

pkg:composer/bilal/chat-module

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2022-02-17 11:23 UTC

This package is not auto-updated.

Last update: 2026-03-28 01:06:24 UTC


README

after installing the package add chat relation in your User model. public function chats(){ return $this->belongsToMany(Chat::class); }