bilal/chat-module

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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-module

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

This package is not auto-updated.

Last update: 2024-09-27 18:12:09 UTC


README

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