Blade Use Laravel Blade templates as a standalone component without the full Laravel framework

Getting Started

Instance

Static

Directives

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require duncan3dc/blade

Or you can manually add it to your composer.json:

{
    "require": {
        "duncan3dc/blade": "^4.0"
    }
}