Skip to content

kalehege/chatify-demo

 
 

Repository files navigation

[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
  • php artisan key:generate
  • Create database and modify .env with your DB and Pusher credentials.
  • php artisan migrate --seed
  • npm install && npm run dev
  • php artisan storage:link
  • php artisan serve

Note: You need to create two or more user accounts to test the messenger features..

About

Chatify Laravel Package Demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.7%
  • Blade 27.8%
  • Shell 0.5%