Classic #Laravel Tip: Many things in Laravel are macroable. When you wish X could do Y, like why isn't there a ->last() method on the Query Builder (so you don't have to do ->latest()->first()), you can write a macro and make it happen.
Comments
Log in with your Bluesky account to leave a comment
Comments