Requests
Accessing The Request
To obtain an instance of the current HTTP request via dependency injection, you should type-hint the Shadow\Request\Input
class on your controller method. The incoming request instance will automatically be injected by the service container:
Master Layout
{SECTION: ('styles')}
{SECTION: ('body')}
{SECTION: ('scripts')}
show.raze.php
{LAYOUT: ('partials/layout')}
{START: ('body')}
This is body
{username} {age}
{IF: 1 == 1 && '{username}' == 'Ruju Bajracharya'}
Inside condition
{ENDIF}
{END}
Loop