Hello Pinkary! 👋

I'm excited to finally join and make my first post here.

One of my goals is to improve my PHP and Laravel skills, share what I learn, and hopefully contribute something useful to the community. Joining an English-speaking community is a bit outside my comfort zone, and the language barrier is still a challenge for me, but I wanted to take the first step anyway.

I'm looking forward to learning from all of you, exchanging ideas, and becoming part of this awesome community. 😊

3

137

grinding SO hard this week: new website, new logo, new free video course dropping 6 vids on about pest 5

laracon we're almost there 🔥

New in Laravel 13.21: #[RequestAttribute]

The request attributes bag is perfect for data you've already resolved during the current request.

For example, if middleware has already loaded the current tenant, there's no reason to hit the database again later.

#[RequestAttribute] makes reusing that request-scoped data much cleaner
image