talk/blade-engine
Composer 安装命令:
composer require talk/blade-engine
包简介
Use Laravel Blade templates engine without the full Laravel framework.
README 文档
README
Use Laravel Blade templates engine without the full Laravel framework.
声明
感谢 duncan3dc/blade 。
因项目需求新增功能,故而新建仓库。
Quick Examples
Output the view from /var/www/views/index.blade.php:
use Talk\BladeInstance; $blade = new BladeInstance("/var/www/views", "/var/www/cache/views"); echo $blade->render("index");
There is also a static class available:
use duncan3dc\Laravel\Blade; echo Blade::render("index");
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-07-24