[Demo] Laravel application for Chatify Package.
- 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..