Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/munafio/chatify-demo

Chatify Laravel Package Demo application
https://github.com/munafio/chatify-demo

chatify chatting demo-app laravel laravel-application messenger pusher real-time

Last synced: 18 days ago
JSON representation

Chatify Laravel Package Demo application

Awesome Lists containing this project

README

        

This is a Laravel demo app for [Chatify](https://github.com/munafio/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.