π Want to learn how to build a chat app using Laravel Livewire and Reverb?
I've done it before, and now I'm rebuilding it with all my learnings! π€
Follow the journey and check out the code on my GitHub: github.com/MrPunyapal/livewire-chat-app
Back
β’
In response to @MrPunyapal
π Updates on the Livewire chat app:
Moved Dashboard & Profile to pages dir
Added Profile Attribute to User model + updated tests
Created Chats component with tests
Refactored web.php to use auth middleware group
Designed & tested sidebar component (with/without rooms) π
Also added timeline to readme so you can track what's done till date.