https://github.com/defstudio/blade-compiler
https://github.com/defstudio/blade-compiler
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defstudio/blade-compiler
- Owner: defstudio
- Created: 2021-09-14T13:51:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T16:59:57.000Z (about 3 years ago)
- Last Synced: 2025-01-28T15:17:15.801Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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])
```