2017 © Pedro Peláez
 

library xsltbridge

XSLT Templating for laravel 4

image

thapp/xsltbridge

XSLT Templating for laravel 4

  • Tuesday, July 16, 2013
  • by iwyg
  • Repository
  • 3 Watchers
  • 9 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

xsltbridge

XSLTBridge for Laravel 4 views
Build Status, (*1)

Installation

Add thapp\xsltbridge as a requirement to composer.json:, (*2)

{
    "require": {
        "thapp/xsltbridge": "0.1.*"
    }
}

Then run composer update or composer install, (*3)

Next step is to tell laravel to load the serviceprovider. In app/config/app.php add, (*4)

  // ...
  'Thapp\XsltBridge\XsltServiceProvider' 
  // ...

to the providers array., (*5)

Configuration

$ php artisan config:publish thapp/xsltbridge, (*6)

The Versions

16/07 2013

dev-development

dev-development

XSLT Templating for laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iwyg

laravel xslt

14/07 2013

dev-master

9999999-dev

XSLT Templating for laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iwyg

laravel xslt

14/07 2013

v0.1.2

0.1.2.0

XSLT Templating for laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iwyg

laravel xslt

06/06 2013

v0.1.1

0.1.1.0

XSLT Templating for laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iwyg

laravel xslt

23/04 2013

v0.1.0

0.1.0.0

XSLT Templating for laravel 4

  Sources   Download

MIT

The Requires

  • php >=5.3.6

 

The Development Requires

by Avatar iwyg

laravel xslt