PHP and opinions! You can get all these things and more! Software Architect, Codemonger and talker about things. Talk to me about Laravel and Livewire!
(he/him)
Some people have actually been buying some of my designs off #redbubble in the past few days. And it's not just my parents... although they are very supportive.
If you want to give me small amounts of money in order to wear some things that I find funny: https://t.co/JrgJZNl9Dq
Early bird tickets are up for @LaraconAU now!
I'm very excited to be speaking again this year, talking about how we build #Laravel applications, the shortcuts we take, and how that can lead to problems when under pressure.
Find out more:
https://t.co/cDH9tjkKVe
Tickets for #LaraconAU 2026 are now on sale.
๐ Early Bird $599
๐ 4-6 Nov
๐ Brisbane
The full programme, schedule, speakers, and talk details are now live at https://t.co/xMvrMQ1lGb
#Laravel#LaraconAU
@gonedark That's the right call. The Vimeo SDK is pretty much just a terrible wrapper around Guzzle with very little extra effort except for setting the auth header.
@LiamHammett Can you use a form request class _as_ an invokable controller? Controllers themselves aren't technically special classes - all of the magic happens in the router/service layer.
@timacdonald87@phpstan I feel like `#[\Override]` is doing a lot of heavy lifting there, and is probably signalling to phpstan that it's completely fine that the interface has changed.
Which it shouldn't, because that's the entire point of interfaces.
I've been considering this for a while, so it's time to throw it out into the world...
Securing Laravel is now open to sponsorships! ๐
Your company can sponsor my weekly Security Tips, supporting my work in improving security within the Laravel and PHP communities .
@_joshhanley@mattstauffer@branickweix When you're looking for a job it's a bad idea to list yourself as specific to any specific framework, unless you don't NEED the work, and you're trying to find work in a specific framework.
@michaeldyrynda You can only put public methods in an interface, so you can't hint at a private (or protected) set method. In theory just defining the get means that the interface says that it can be read, but doesn't define write behaviour, so you can't rely on writing.
๐ฅ It's here: NativePHP for Mobile has officially launched.
Build native Android & iOS apps with just @LaravelPHP, a ton of coffee and a bit of magic.
๐ฑ Android support just landed!
๐ Docs are live and production-ready
โก๏ธ Start shipping today!
https://t.co/OB3MveiwMU
@michaeldyrynda@MidgetK To your actual question, though, @michaeldyrynda - yes, I've used a few recently that have variations on returning a 200 with an error code in the body.
I've resolved it variously through Saloon middleware, Laravel Data, and a few other ways depending on the API.
@michaeldyrynda@MidgetK Hey, my APIs have zero complaints, EVER.
Someone would have to use them in order to complain, so I just prevent that, and we're golden.