Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 860 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 860 Bytes

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
cp .env.example .env
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