Build a realtime private message dashboard that allows conversations between any number of users, with everything updated in realtime.
Join a room and start chatting! This course covers building a multi-room text chat app with Laravel Livewire, including Laravel Websockets for realtime updates, and a sprinkle of Alpine.js to handle showing when a user is typing in realtime.
If you use Vue or React but don’t like the hassle of making requests to an API to drive components, you’ll love Livewire. Using a single PHP class and a Blade template, you’ll be creating powerful, reactive components in no time, without the need for Vue or React.