Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamad-ashrafi/livechatroom-laravel
- Owner: mohamad-ashrafi
- Created: 2024-06-27T10:03:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T09:25:35.000Z (6 months ago)
- Last Synced: 2024-10-09T12:40:56.321Z (3 months ago)
- Topics: chat, echo, laravel, livewire, php, pusher, real-time, redis, reverb
- Language: PHP
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Real-ChatRoom With Laravel 11
## Installationplease 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
```