Skip to content

Laravel 11 chatroom app using reverb for realtime messaging from laravel application

Notifications You must be signed in to change notification settings

Programming-Mindset/laravel11-chatapp

Repository files navigation

Install Chat App Built using Laravel 11, Breeze, Reverb, Tailwind CSS

Laravel chat application

#Steps to Build the Chat Application

Install Laravel 11 Set Up Authentication Install Laravel Echo & Reverb Create Models, Migrations & Controllers Broadcast Messages with Laravel Echo Create Chat UI with Bootstrap Listen for Messages in Real-Time

composer create-project laravel/laravel chat-app
cd chat-app
composer require laravel/breeze --dev
php artisan breeze:install blade
npm install && npm run build
php artisan migrate
php artisan install:broadcasting

Full blog is available at programmingmindset.com

About

Laravel 11 chatroom app using reverb for realtime messaging from laravel application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published