What happens if your users lose their MFA tokens, and they never saved their recovery codes? Can you safely give them back access to their accounts?
https://securinglaravel.com/security-tip-account-recovery-for-mfa/ #Laravel

What happens if your users lose their MFA tokens, and they never saved their recovery codes? Can you safely give them back access to their accounts?
https://securinglaravel.com/security-tip-account-recovery-for-mfa/ #Laravel
The next #Laravel meetup is around the corner.
Join us next week in Zurich for our next meetup.
@bobbybouwmann and @EdGrosvenor will be our speakers.
RSVP on meetup: https://www.meetup.com/laravel-switzerland-meetup/events/308234097/
I use the screenshot feature in macOS all the time. The default save-to-desktop behavior works for me most of the time, but I wanted to copy screenshots to the clipboard occasionally. Here are two ways to do it. #php #laravel https://masteringlaravel.io/daily/2025-08-18-how-to-selectively-copy-screenshots-to-the-clipboard-in-macos
I have been burned too many times by differences between local and production environments. So any time I see a difference in environments, I try to normalize them. In today's video, I show an example using Horizon's authorization logic. #php #laravel https://masteringlaravel.io/daily/2025-08-15-video-should-i-enforce-horizon-authorization-locally
I always specify exact PHP extension requirements in my composer.json file, but have you ever added something manually and wanted to get your lock file in sync without updating any packages? It's very simple with Composer. #php #laravel https://masteringlaravel.io/daily/2025-08-14-how-to-update-composer-lock-without-changing-any-packages
I'm excited to launch:
Filament Studio – A Visual Theme Editor for Filament v4
Adjust the look of your Filament Panel with ease
Live Preview of your theme
Easy installation process
Questions, Feedback, just wanna say hi? I'm happy to hear from you.
The first 10 themes get 40% discount with the code `HAPPYV4`
https://filamentstudio.dev/?utm_source=mastodon
Last week we embraced MySQL's ONLY_FULL_GROUP_BY mode. This week, let's bend it (safely) with the ANY_VALUE() function. What does this function do, and when would you use it? #php #laravel https://masteringlaravel.io/daily/2025-08-12-when-would-you-use-mysql-any-value-function
Today is release day
Join us at our Discord event at 1pm UTC. Come early to get a slot. Events are limited to 300 persons.
See you later
Composer is great — but it is not a magic remedy to solve autoloading performance problems.
In fact, autoloading can slow down large PHP apps like Magento or Laravel by 100 ms + per request.
We share 5 common mistakes and how to fix them (with real profiling data), in our latest blog post.
Account passwords are easy to compromise, so why are you relying on them to verify users within your app? If your users log in with a 2FA Token, then they should be able to prove it before performing other sensitive activities too.
https://securinglaravel.com/security-tip-2fa-isnt-just-for-logins/ #Laravel
As developers, we have the freedom to change our mind on how to write code over time. We aren't locked into a single way of doing things forever. On the latest podcast episode, we discuss our changing approach to writing conditional queries in Eloquent. #php #laravel https://masteringlaravel.io/daily/2025-08-11-laravel-podcast-changing-your-mind-about-when-and-unless-in-eloquent
The writing was on the wall the moment #Laravel raised USD $60M from investments.
Eventually they would have to shove in #AI because of shareholders.
https://laravel-news.com/laravel-boost-your-ai-coding-starter-kit
We’re thrilled to officially launch Filament v4 on Tuesday 12th August at 1pm UTC! This is a major milestone packed with powerful features and performance improvements.
We host a special event on our Discord to:
Walk through what's new in v4
Hear from the core team
Ask your questions live during our open Q&A session
Hang out with fellow devs and celebrate together!
Hope to see you there.
Anyone happen to be looking for a programmer who hasn't been completely consumed by all-AI-everything by any chance? Freelance or hired, remote (based in Germany). I speak German and English and mostly worked with #PHP, #Laravel, #Kirby CMS, #Vue, #Svelte and a bit of native mobile dev (Swift and Kotlin), too.
I know the chances are slim given *everything in the world*, but maybe this time #getfedihired might work out? Boost super appreciated. Feel free to DM or email at skye@lavenderbits.com
I built a stupid website last night so I could play with different versions of PHP in the browser, particularly #PHP 8.5 RC, could I have just used something else?, yes ... was this a waste of time? ... yes, does this have a stupid name? ... yes (php arser)
https://phparser.com/?php=8.5rc
Was fun to build though, used #Laravel 12, #Vue 3, and #Docker
I am fascinated when watching vim users navigate their codebase. It inspires me to do better as a humble PHPStorm user. Here's one technique that has helped me continually improve my keyboard skills. #php #laravel https://masteringlaravel.io/daily/2025-08-07-learn-one-keyboard-shortcut-at-a-time
Think testing sucks? Think again. @gehrisandro shows how it can be downright fun with the right mindset, tools, and techniques.
Must‑watch for Laravel devs: https://youtu.be/wPiEEoLE7XE