thapp / xsltbridge
XSLT 模板化用于 Laravel 4
v0.1.2
2013-07-14 21:25 UTC
Requires
- php: >=5.3.6
- thapp/xmlbuilder: 0.1.*
Requires (Dev)
- illuminate/events: 4.0.*
- illuminate/support: 4.0.*
- illuminate/view: 4.0.*
- mikey179/vfsstream: 1.1.*
- mockery/mockery: 0.7.2
This package is not auto-updated.
Last update: 2024-09-23 14:07:58 UTC
README
安装
将 thapp\xsltbridge 添加到 composer.json 的依赖项中
{ "require": { "thapp/xsltbridge": "0.1.*" } }
然后运行 composer update
或 composer install
下一步是告诉 Laravel 加载服务提供者。在 app/config/app.php
中添加以下内容到 providers
数组。
// ... 'Thapp\XsltBridge\XsltServiceProvider' // ...
到 providers
数组。
配置
$ php artisan config:publish thapp/xsltbridge