/LiveChatRoom-laravel

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

Primary LanguagePHP

Laravel Logo

Real-ChatRoom With Laravel 11

Installation

please run below commands:

composer install
cp .env.example .env

please config env file for support database name and redis

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

notice

Please Run Below Command for run servers

redis-server
php artisan reverb:start