Nuevo canal en XMPP, la tasca del Calvo. Una tasca más del barrio 
Most Laravel apps become slow for one simple reason:
too many hidden queries.
Add this once while developing:
Model::preventLazyLoading();
You’ll catch N+1 issues immediately instead of in production.
Laravel has so many small features like this that save hours later.
So I see writting PHP in rust before but this something different 😅
github.com/mrconter1/rustc-php
Laravel devs, this is something I've been working on for a year now. 👀
I'm excited to share this with you all guys soon, but I'm still not sure how much time it still needs to hand it to you, but I'll do it ASAP! 💪🤞
Okay, I got simple question for Laravel devs 👀
Do if you have the same translation for the same word or the sentence on two different pages, will you reuse from one of them or put them in both of files? 🤔