tahaghafuri/blade
Composer 安装命令:
composer require tahaghafuri/blade
包简介
Use the simple and yet powerful Laravel Blade templating engine as a standalone component.
README 文档
README
Installation
composer require tahaghafuri/blade
Usage
<?php /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader | for our application. We just need to utilize it! We'll require it | into the script here so that we do not have to worry about the | loading of any our classes "manually". Feels great to relax. | */ require __DIR__.'/vendor/autoload.php'; use TAG\Blade\Blade; use Illuminate\Events\Dispatcher; $views = __DIR__ . '/views'; $cache = __DIR__ . '/cache'; $blade = new Blade($views, $cache, new Dispatcher); echo $blade->view()->make('hello')->render();
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-05-31