Skip to content

iwyg/xsltbridge

Repository files navigation

xsltbridge

XSLTBridge for Laravel 4 views
Build Status

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

About

XSLTBridge for Laravel 4 views

Resources

License

Stars

Watchers

Forks

Packages

No packages published