Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tnort's avatar
Level 4

Laravel best practices

Hi all,

I have been working with Laravel for a while but I feel I have to take my skills to the next level and learn about best practices and advanced concepts such as caching, DB requests optimisation, etc.

Any advice on where I could learn about all these advanced topics in an organised manner? Also, could I use this forum for asking questions in regards to best practices, coding ideas and architecture decisions? Just don't want to annoy anyone :D

Regards, Mihail

0 likes
7 replies
jlrdw's avatar

Following laravel conventions is the best way. The other two you mention depends on if it's needed.

Certain data hardly ever changes = cache if you want.

Data that constantly changes = it would kind of foolish to cache.

1 like
Sinnbeck's avatar

I believe you can find videos on all of those topics either here or on YouTube.

And feel free to ask anything. That's what we are here for :)

1 like
OussamaMater's avatar

@tudosm If that helped you maybe close the thread by setting a "best answer", for future comers :)

1 like

Please or to participate in this conversation.