Skip to content

digitalsign/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
  • 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

and 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 80.5%
  • HTML 19.0%
  • Vue 0.5%