thapp / xsltbridge
XSLT Templating for laravel 4
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 3
Open Issues: 2
pkg:composer/thapp/xsltbridge
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: 2025-10-20 19:41:41 UTC
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