MrPunyapal
MrPunyapal

Punyapal Shah ☁️🦹

Verified

@MrPunyapal

{{ __('Laravel Artisan | Open Source Contributor | Speaker | Core Team @Pinkary 🤌 Creator of @LaravelArtisans 🙌') }}

602 Posts 9K Views

  • No matching results...
  • Searching...

/ 255

Pinned

🚀 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

🔗

9

2K

Laravel 11.31 brings new build functions for creating on-demand drivers for DB, mail, and cache! 🔧

Big thanks to Steve Bauman for this awesome feature! ✨

Now you can use:

DB::build([...]);
Mail::build([...]);
Cache::build([...]);

#Laravel #PHP

68