Securing Laravel โ Special Laracon US 25% Discount!
I'm on the plane headed to Laracon US, speaking on Thursday, which means it's time for my traditional "I'm speaking at Laracon" discount! ๐ฅณ

I'm on the plane headed to Laracon US, speaking on Thursday, which means it's time for my traditional "I'm speaking at Laracon" discount! ๐ฅณ
[In Depth #37] It's time to finally fulfil one of the most common requests for an In Depth article: setting up 2FA! ๐ So let's add some TOTP 2FA to our boring user/pass auth login!
[Tip #117] It's easy to say "Update <package> if it's installed!", but how do you actually know if a package is installed, since it may not appear in composer.json?! Also, how did it even get there??!! ๐คจ
[Notice #4] Livewire v3 is vulnerable to an RCE (Remote Command Execution) during component property update hydration in specific scenarios. โ ๏ธ Update your Livewire ASAP! โ ๏ธ
[Tip #116] Is it a "premature optimisation" to add authorisation to your app before you know how your authorisation will be structured?