view library

Classes

ActionDirective
Action attribute directive (stub)
AssetDirective
Asset management directives
AuthDirective
Auth directive Renders content between @auth and @endauth if user is authenticated
BreakDirective
CheckedDirective
ClassDirective
Conditional class directives
CommentDirective
ComponentDirective
Component directives
ConfigDirective
ContinueDirective
CountDirective
Array and data checking directives
CsrfDirective
CSRF token field directive Replaces @csrf with a hidden input containing the CSRF token
CssDirective
DdDirective
DirectiveRegistry
DumpDirective
ElseDirective
ElseIfDirective
EmptyDirective
EnvDirective
Environment and configuration directives
ExpressionEvaluator
ExpressionEvaluator handles the evaluation of complex template expressions like user.name, items0, user.profile.email, etc.
ForDirective
ForeachDirective
Enhanced loop directives
FormatDirective
GuestDirective
Guest directive Renders content between @guest and @endguest if user is not authenticated
HasDirective
HtmlEscaper
HtmlEscaper handles HTML entity escaping to prevent XSS attacks
IfDirective
IncludeDirective
InlineCssDirective
InlineJsDirective
IssetDirective
JsDirective
JsonDirective
Output and debugging directives
LangDirective
LayoutDirective
MathDirective
Math directives
MethodDirective
HTTP method override directive for forms Replaces @method('VERB') with hidden _method input
NowDirective
Time and date directives
OldDirective
Old input value directive Replaces @old('field') with previously submitted value
PushDirective
ReplaceDirective
RouteDirective
Route URL generation directive (stub)
SectionDirective
SelectedDirective
SetDirective
Data manipulation directives
StackDirective
StrlenDirective
StrtolowerDirective
StrtoupperDirective
String manipulation directives
SubstrDirective
SwitchDirective
UnlessDirective
Control flow directives
UnsetDirective
UrlDirective
URL directive (stub)
UrlRouteDirective
ViewRenderer
WhileDirective