thapp/xsltbridge

XSLT Templating for laravel 4
59 9
Install
composer require thapp/xsltbridge
Latest Version:v0.1.2
PHP:>=5.3.6
License:MIT
Last Updated:Jul 16, 2013
Links: GitHub  ·  Packagist
Maintainer: iwyg

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

Related Packages

bcdh/exist-db-rest-client

A Laravel client for querying and transforming results from eXist-db via REST AP...

672 3
gulios/xsl-laravel-template-engine

Xslt template engine for laravel. Based on krowinski/laravel-xslt.

125 3
krowinski/laravel-xslt

xslt template engine for laravel

977 14
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,257 0