Recent posts with #laravel

🔐 Say goodbye to passwords!
Learn how to add Passkey (biometric login) support in Laravel 11 using the Livewire Starter Kit.
✅ Works with Face ID, Touch ID, Windows Hello & more
✅ Built with Spatie's Laravel Passkeys package
✅ Step-by-step guide with code examples
Check it out 👉 codingtricks.co/posts/how-to-add-laravel-passkeys-to-laravel-11


#Laravel #Livewire #WebAuthn #Passkeys #PHP #Laravel11 #CodingTricks #BiometricLogin #DevTips

28

🧪 Laravel testing trick

Need to temporarily disable a facade fake like Queue, Event, or Http during a test? Just store the real instance with getFacadeRoot() and swap it back with swap() 🔄

Control your fakes like a pro 🎯

#Laravel #PHP #Testing
image

44

Laravel devs, did you know accessing Eloquent relationships can cause unwanted queries or null errors?

Use whenLoaded() to safely access relationships only if they’re eager loaded—avoiding lazy loading and boosting performance.

Perfect for cleaner, safer API Resources and complex Eloquent logic.
image

Have you tried whenLoaded() in your projects yet? Share your experience!

#Laravel #EloquentTips #HiddenLaravel #PHP #WebDev #LaravelEcosystem

67

Simple Core Web Vitals monitoring for SEOs

Introducing Pageradar.io 🤯

My first #Laravel #saas

Find it here >> pageradar.io

Any feedback welcome 👀👀

55