Blade

Noun · Development

Definitions

  1. The templating engine built into Laravel that provides a clean syntax for writing PHP views, supporting template inheritance, components, slots, and directives like @if, @foreach, and @yield.

    In plain English: Laravel's built-in system for writing HTML pages with dynamic content, using simple shortcuts instead of raw PHP.

    Example: "Use a Blade component for the alert box so every page gets the same markup and styling."

Related Terms