I love Laravel Fortify ❤️, but adding it just for 2FA didn’t feel right to me.

So I built PHP-2FA ⚡
A framework-agnostic package that works in Laravel or any PHP project.

• TOTP generation & verification
• Laravel-friendly integration
• Secret management
• Minimal setup, no lock-in

Just 2FA. Nothing extra. 🎯

github.com/MrPunyapal/php-2fa

1

PHP dev here. Released a new version of Rector-Pest!

Now includes a `PEST_CHAIN` set that refactors chained calls and properly formats them with indentation. 💪

Not perfect yet, but getting there soon 🤞
github.com/MrPunyapal/rector-pest
image

1

41

Depending on your expectations, passing an associative array to Eloquent's orWhere method might not do what you think. Here's a real bug I found and the simple fix.

masteringlaravel.io/daily/2026-02-24-make-sure-you-know-how-orwhere-works-with-multiple-values

10