thapp/xsltbridge
Composer 安装命令:
composer require thapp/xsltbridge
包简介
XSLT Templating for laravel 4
README 文档
README
XSLTBridge for Laravel 4 views
Installation
Add thapp\xsltbridge as a requirement to composer.json:
{
"require": {
"thapp/xsltbridge": "0.1.*"
}
}
Then run composer update or composer install
Next step is to tell laravel to load the serviceprovider. In app/config/app.php add
// ... 'Thapp\XsltBridge\XsltServiceProvider' // ...
to the providers array.
Configuration
$ php artisan config:publish thapp/xsltbridge
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-14