This is a live chat project which uses broadcasting with laravel reverb and using tailwind css for chat screen front end.
Follow these steps to get the project up and running on your local machine.
https://github.com/muhammad-sufyan5/Laravel-projects.git cd your-repository
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan serve npm run dev php artisan reverb:start