Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tauseedzaman/laravel-multi-user-chat-app
building multi users chat web app with laravel and livewire.
https://github.com/tauseedzaman/laravel-multi-user-chat-app
app chat laravel livewire-project multi-user-chat-app project
Last synced: 5 days ago
JSON representation
building multi users chat web app with laravel and livewire.
- Host: GitHub
- URL: https://github.com/tauseedzaman/laravel-multi-user-chat-app
- Owner: tauseedzaman
- Created: 2022-02-08T11:06:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T01:36:26.000Z (over 2 years ago)
- Last Synced: 2023-03-10T05:27:39.378Z (over 1 year ago)
- Topics: app, chat, laravel, livewire-project, multi-user-chat-app, project
- Language: PHP
- Homepage:
- Size: 562 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zee Chat
A Multi User Chat Application With Laravel and Livewire. where you can chat with multiple frinds at the same time. i build this with php Laravel and Livewire.## Quick Start
Clone the Project
```
git clone https://github.com/tauseedzaman/laravel-multi-user-chat-app
```change directory
```
cd laravel-multi-user-chat-app
```
install dependencies
```
composer install
```
create .env file```
cp .env.example .env
```
create unique key for this project
```
php artisan key:generate
```
migrate migrations
```
php artisan migrate
```
seed the fake data
```
php artisan db:seed
```
start laravel serve
```
php artisan serve
```
now just visite this url
[http://127.0.0.1:8000](http://127.0.0.1:8000)## Demo Screenshots
![demo](chat-app.png)
![demo](chat-app-1.png)