Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 742 Bytes

[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.. "# chatify"