chatify-demo
chatify-demo copied to clipboard
Chatify Laravel Package Demo application
[Demo] Laravel application for Chatify Package.
Demo on YouTube
Quick Start
- Clone or download this repo and place it into your server.
composer installcp .env.example .env- Create database and modify .env with your DB name and Pusher credentials.
php artisan migratephp artisan key:generatenpm install && npm run devphp artisan storage:linkphp 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..