Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamad-ashrafi/livechatroom-laravel

You can chat online with other chat room members . This panel works either using reverb and redis and Livewire
https://github.com/mohamad-ashrafi/livechatroom-laravel

chat echo laravel livewire php pusher real-time redis reverb

Last synced: 3 months ago
JSON representation

You can chat online with other chat room members . This panel works either using reverb and redis and Livewire

Awesome Lists containing this project

README

        

Laravel Logo

## Real-ChatRoom With Laravel 11
## Installation

please run below commands:

```bash
composer install
```
```bash
cp .env.example .env
```

please config env file for support database name and redis

```bash
composer php artisan key:generate
```
```bash
composer php artisan migrate:fresh --seed
```
```bash
npm install
```
```bash
npm run build OR npm run dev
```

## notice

Please Run Below Command for run servers

```bash
redis-server
```

```bash
php artisan reverb:start
```