Skip to content

defstudio/blade-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blade Compiler

Installation

You can install this package via Composer:

composer require defstudio/blade-compiler

Usage

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