bshelling/bamboo
最新稳定版本:v0.3.3
Composer 安装命令:
composer require bshelling/bamboo
包简介
Simple twig templating package for Laravel Applications
README 文档
README
Simple twig templating package for php projects
Example
// Create templates directory at project root
#/ mkdir templates
// Create twig file in templates directory and add {{title}} template tag
#/ touch templates/index.twig
//Lavarel
use Bshelling\Bamboo\Stem\View;
class HomeController extends Controller {
public function index() {
return View::render('index.twig',['title' => 'Bamboo Title']);
}
}
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-18