@freekmurze is definitely one of the kindest persons I ever met. It was a big pleasure to see him on stage at Laravel Day in Verona. Thanks Freek & @spatie_be for your high quality packages, courses and products ๐๐ป
Unlike a GET HTTP request, a QUERY request carries a request body.
Our spatie/laravel-http-logger can be handy for logging super important requests that you can't afford to lose. QUERY requests now get logged by default too.
https://t.co/Hd8gj1BYtk
Sometimes we forget what we have, untill it's gone
It's still amazing @Microsoft is running @github for free for all opensource projects. Just like that. The CI with enormous limits, anyone can add any number of projects
Very grateful, thank you ๐
@_newtonjob Fully agree with you. Too many people say "are you still writing code? Didn't open my editor in 6 months", and boast about it. That's terrible.
https://t.co/vnfZyCTsoi
Does your PHP/Laravel project use a non-standard folder structure, and does PHPStan in the terminal display non-clickable paths? Here's how to fix it ๐
#php#laravel#phpstan
@PovilasKorop Actually I think they're less readable even for experienced Laravel devs. One-liners at first seem cool, then you understand that generally they make code less intelligible.
@_newtonjob You are wrongly assuming that I donโt know what the helper does ๐ I do, and I still think it's less readable, so I choose to not use it. Some for tap(): nice, but no, thanks ๐
@ilpost ร la stessa striscia del 16 gennaio ๐ Credo ci sia stato un errore. Grazie per queste splendide strisce che leggo ogni giorno appena le pubblicate! โค๏ธ
@MrPunyapal@JaiveerChavda IMHO with traits you're just shifting the problem. Business logic should never live inside models, but only inside services or actions, which should be fully testable in isolation.