https://github.com/dmitrii1548/chat
This is a simple chat with WebSocket
https://github.com/dmitrii1548/chat
chat chat-application css html inertiajs javascript js laravel laravel-framework messenger php pusher tailwind vue vuejs vuejs3 websocket
Last synced: 2 months ago
JSON representation
This is a simple chat with WebSocket
- Host: GitHub
- URL: https://github.com/dmitrii1548/chat
- Owner: DMITRII1548
- License: mit
- Created: 2023-04-15T05:44:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T11:01:52.000Z (about 3 years ago)
- Last Synced: 2025-02-08T05:27:04.765Z (over 1 year ago)
- Topics: chat, chat-application, css, html, inertiajs, javascript, js, laravel, laravel-framework, messenger, php, pusher, tailwind, vue, vuejs, vuejs3, websocket
- Language: PHP
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This is a simple messenger
# Installation
Run next commands:
1) git clone https://github.com/DMITRII1548/chat.git
2) composer i
3) npm i
Create .env file and run next command:
4) php artisan key:generate
Add mail, websocket and database configuration to .env file and run next commands:
5) php artisan migrate
6) php artisan storage:link
7) npm run build