Nuevo canal en XMPP, la tasca del Calvo. Una tasca más del barrio
image
image

2

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.
image

3

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! 💪🤞
image

3

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? 🤔

1 vote · Ends 16 hours from now · Sign in to vote

11