Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

iyamif/chatify-demo

 
 

Repository files navigation

This is a Laravel demo app for Chatify.

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 --seed
  • php artisan key:generate
  • npm install && npm run dev
  • php artisan storage:link
  • php artisan serve

then choose a user from the database and login.

About

Chatify Laravel Package Demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 43.6%
  • Blade 23.9%
  • JavaScript 21.7%
  • CSS 10.8%