Edit this page
Env
You can access environmental values with the env
function. This function behaves just like the Laravel helper function.
{% if env("APP_DEBUG") %}
You are debugging!
{% endif %}