Chat in Laravel: Chatify Package Demo

preview_player
Показать описание
I want to demonstrate a package that will allow you to create a live-chat in your Laravel app, with a Pusher account.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

Received a comment from the package author, YouTube doesn't save their comment for some reason, so posting it from my name and making it a pinned comment:
- - - - -
Thank you Povilas for sharing the package, and I would like to clarify some points here about the issues people commented here.

I'm always working to make Chatify better and easy to use, working on issues people open .. but sometimes a delay may happen because of my own work and also I'm working alone on it even with no support to keep up, but still workin on it till this moment.

LaravelDaily
Автор

This package is wonderfull! I did contribute many time ago and use it in many projects what i need.

LucasRigon-wqmg
Автор

Yes! Please, make an article/video about that!

cardboarddignity
Автор

Great package. Note: The GROUP feature isn't available yet. Last I checked, you can only do direct chat.

TechEdUpSkill
Автор

Is it possible to use it as some sort of help desk chat application? I was thinking about giving to some users the role of "support role" and then standard users could only chat with the support ones?

dassetto
Автор

Sir, how can I show all users list on groups tabs or below part of home page? please help me.

learnwithfakibuzz
Автор

hi I using this package for my e-commerce project, but requirement for chat need only user and merchant or vice versa but cannot merchant to merchant and user to user . but this package can chat all users, so is there any way or setting to make it only user and merchant can chat?

applinksolution
Автор

Hello, does anyone know how I can implement my chatify in the blade template as he has it in the video please 😢

santiagoruiz
Автор

does it work with Laravel Websockets from beyondco ?

adaprogramming
Автор

I've used this before, then I moved to larvel-messeging package because I need the group message feature.

smith
Автор

Hi Povilas, could you please make a video on laravel scout using the database driver. And also explain how to use Fulltext search using a database driver in PostgreSQL.

devendergupta_official
Автор

Can we make this just user/admin interaction?

samuelsarpong
Автор

can this app handle offline messages? For example if user is not connected on the site, what will happen in this case?

GazdaJezda
Автор

how to fix Undefined variable $type sir??

fransromeo
Автор

Great Tutorial, thank you! Is this an older version you have installed, asking as I don't see anyu option for People/Groups. Would be a great feature!

tompaddock
Автор

Can i use custom authentication with this?

agnisankarchakraborty
Автор

I made chat in laravel but it was a simple one that send to the database and retrieve it I wounder what is the difference between the traditional chat that I made and real chat ?

iconicae
Автор

I made many solutions like this, including group chat in my saap app and it's as simple as websockets. That's all you need to know to make somethink similar.

pabblopl
Автор

how to develop multiple pusher ? and every pusher should called on different conditions on one view screens how can do it ? I'll thanks full to you if you can sort it out this problem thanks ?

spgilue
Автор

I have another question but related to database I have graduation project and now we are in the erd design we will make application about real-estate system and I wounder should I put the customer in a table and the vendor in another table and third admin table in another table or combine them in one table?

iconicae