defstudio/blade-compiler

A standalone laravel blade compiler

Installs: 6 762

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/defstudio/blade-compiler

v1.0.0 2023-02-15 16:59 UTC

This package is auto-updated.

Last update: 2026-01-15 23:07:03 UTC


README

Installation

You can install this package via Composer:

composer require defstudio/blade-compiler

Usage

$compiled_html = blade()->render('{html}/{view name}', [...data])