An open API service indexing awesome lists of open source software.

https://github.com/defstudio/blade-compiler


https://github.com/defstudio/blade-compiler

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blade Compiler

## Installation
You can install this package via Composer:

`composer require defstudio/blade-compiler`

## Usage

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