Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/munafio/chatify-demo
- Owner: munafio
- Created: 2019-12-30T15:53:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T10:50:25.000Z (about 1 year ago)
- Last Synced: 2024-07-31T19:44:42.608Z (3 months ago)
- Topics: chatify, chatting, demo-app, laravel, laravel-application, messenger, pusher, real-time
- Language: PHP
- Homepage: https://github.com/munafio/chatify
- Size: 1.82 MB
- Stars: 469
- Watchers: 20
- Forks: 177
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.