Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)