munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.

Home Page:https://chatify.munafio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The User class inside MessagesController breaks when you have a different location.

JeffGepiga opened this issue · comments

I have tried installing this package and encountered some issues because my User Class is in a different directory, and updating all the User:: to Auth::user() would fix it inside MessagesController.php

I hope this will be considered.
Anyway, great package!
Thank you

added a PR #310 for this

@JeffGepiga Basically, you can change the namespace to resolve this issue at MessagesController.php
And you need to publish the controllers first, and this one explained in the docs.