PhpDev.App
munafio/chatify-demo

munafio/chatify-demo

Stars: 394

Forks: 141

Pull Requests: 36

Issues: 19

Watchers: 19

Last Updated: 2023-07-27 11:43:04

Chatify Laravel Package Demo application

License:

Languages: PHP, Shell, Blade, Procfile, JavaScript, CSS

https://github.com/munafio/chatify

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.

RELEASES

See all