amanat-juwel / chatify-demo

Chatify Laravel Package Demo application

Home Page:https://github.com/munafio/chatify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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

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..

About

Chatify Laravel Package Demo application

https://github.com/munafio/chatify


Languages

Language:PHP 80.0%Language:Blade 18.9%Language:Shell 0.7%Language:Vue 0.5%