Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musonza/chat-demo
Demo Application for https://github.com/musonza/chat/
https://github.com/musonza/chat-demo
chat chat-application laravel laravel-chat laravel-chat-demo php-chat php-chat-demo
Last synced: 11 days ago
JSON representation
Demo Application for https://github.com/musonza/chat/
- Host: GitHub
- URL: https://github.com/musonza/chat-demo
- Owner: musonza
- Created: 2018-12-09T21:11:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T20:43:42.000Z (over 1 year ago)
- Last Synced: 2023-03-04T01:08:54.293Z (over 1 year ago)
- Topics: chat, chat-application, laravel, laravel-chat, laravel-chat-demo, php-chat, php-chat-demo
- Language: PHP
- Homepage:
- Size: 2.51 MB
- Stars: 99
- Watchers: 4
- Forks: 55
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-demo
This is a simple demo application for https://github.com/musonza/chat/
1. Clone this repo
2. `composer install`
3. `cp .env.example .env`
4. Create database and modify .env
5. `php artisan migrate`
6. `php artisan key:generate`
7. `npm install && npm run dev`
8. `php artisan serve`
9. Create 2 user accounts in different browsers and start chattingTo use Pusher
You need to comment this out https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatForm.vue#L55
Remove this comment
https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatMessages.vue#L60