Where can I find the default blade directives folder?
I was looking for the @forelse
to take as example, but I couldn't find it.
Does anyone know where they are defined in Lumen/Laravel?
note: I'm using Lumen framework, but I think it's quite similar to Laravel in this question, so I'm tagging both.
EDIT:
Due to the imprecision, I'll explain better my intention.
Basically, I'm creating a directive exactly the same as @forelse
, but with 2 or 3 further information.
For that reason, I came to ask about the location since I haven't found by myself.