🚀 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
Punyapal Shah ☁️🦹
@MrPunyapal
{{ __('Laravel Artisan | Open Source Contributor | Speaker | Core Team @Pinkary 🤌 Creator of @LaravelArtisans 🙌') }}
• • 835 Posts • 13K Views
Updated project from Laravel 5.2 to 11 learned some deprecated stuff 😄
Shoutout to @simonhamp for his incredible work on NativePHP 🤌
Transforming PHP into a powerhouse for desktop & mobile apps is game-changing. 🎉
Grateful for your innovation! 👏
If you can't appreciate someone's efforts, at least refrain from hating on their work! 🙏
Laravel devs, did you know? ✨
You can easily implement policy-based authorization in routes using middleware('can:...') or can('...', ...).
Protect your actions like viewing, creating, updating, and deleting with ease! 🛠️