Package Data | |
---|---|
Maintainer Username: | iwyg |
Maintainer Contact: | mail@thomas-appel.com (iwyg) |
Package Create Date: | 2013-04-11 |
Package Last Update: | 2013-07-16 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:08:00 |
Package Statistics | |
---|---|
Total Downloads: | 58 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 9 |
Total Watchers: | 5 |
Total Forks: | 3 |
Total Open Issues: | 2 |
XSLTBridge for Laravel 4 views
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.
$ php artisan config:publish thapp/xsltbridge