All Projects → munafio → Chatify Demo

munafio / Chatify Demo

Chatify Laravel Package Demo application

Projects that are alternatives of or similar to Chatify Demo

Channelize-iOS-Chat-SDK-Sample
Open-source JavaScript SDK to enable Real-time Messaging
Stars: ✭ 30 (-84.13%)
Mutual labels:  real-time, messenger
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-86.77%)
Mutual labels:  real-time, demo-app
soketi
Just another simple, fast, and resilient open-source WebSockets server. 📣
Stars: ✭ 2,202 (+1065.08%)
Mutual labels:  pusher, real-time
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-89.42%)
Mutual labels:  real-time, demo-app
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+223.28%)
Mutual labels:  messenger, real-time
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (-69.84%)
Mutual labels:  laravel-application, real-time
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (-74.6%)
Mutual labels:  real-time, messenger
messenger
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, and more!
Stars: ✭ 194 (+2.65%)
Mutual labels:  pusher, messenger
Mercurius
Real-time Messenger for Laravel
Stars: ✭ 309 (+63.49%)
Mutual labels:  messenger, pusher
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+368.25%)
Mutual labels:  pusher, real-time
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (-44.97%)
Mutual labels:  messenger, real-time
Chatlayout
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.
Stars: ✭ 184 (-2.65%)
Mutual labels:  messenger
Textdetection
Vision Framework Demo on Text Detection
Stars: ✭ 173 (-8.47%)
Mutual labels:  demo-app
Rekord
A javascript REST ORM that is offline and real-time capable
Stars: ✭ 171 (-9.52%)
Mutual labels:  real-time
Deltachat Ios
Email-based instant messaging for iOS.
Stars: ✭ 170 (-10.05%)
Mutual labels:  messenger
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+7358.2%)
Mutual labels:  real-time
Mcmot
Real time one-stage multi-class & multi-object tracking based on anchor-free detection and re-id
Stars: ✭ 181 (-4.23%)
Mutual labels:  real-time
Weapp demos
持续更新中的微信小程序和小游戏的源码案例库。目前涵盖了120多个微信小程序或小游戏。
Stars: ✭ 2,466 (+1204.76%)
Mutual labels:  demo-app
Im server yichat
Stars: ✭ 169 (-10.58%)
Mutual labels:  messenger
React Messenger
Chat UX components built with React, inspired by Facebook Messenger
Stars: ✭ 167 (-11.64%)
Mutual labels:  messenger

[Demo] Laravel application for Chatify Package.

Demo on YouTube

Click Here

Quick Start

  • Clone or download this repo and place it into your server.
  • composer install
  • cp .env.example .env
  • Create database and modify .env with your DB name and Pusher credentials.
  • php artisan migrate
  • php artisan key:generate
  • npm install && npm run dev
  • php artisan storage:link
  • php artisan serve

Note: as mentioned in the official docs here, you need to publish the necessary assets.

and create two or more user accounts to test the messenger features..

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].