PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kacper Rowinski   Laravel XSLT   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel XSLT
Render templates in XSLT for Laravel applications
Author: By
Last change:
Date: 4 years ago
Size: 785 bytes
 

Contents

Class file image Download
{ "name": "krowinski/laravel-xslt", "description": "xslt template engine for laravel", "license": "MIT", "type": "library", "keywords": [ "laravel", "XSLT", "XSL", "XML", "template", "view" ], "authors": [ { "name": "Kacper Rowinski", "email": "kacper.rowinski@gmail.com" } ], "require": { "php": ">=7.0", "illuminate/support": "5.5.*", "illuminate/view": "5.5.*", "illuminate/console": "5.5.*", "illuminate/events": "5.5.*", "illuminate/queue": "5.5.*", "ext-xsl": "*" }, "autoload": { "psr-4": { "Krowinski\\LaravelXSLT\\": "src/XSLT" } }, "suggest": { "barryvdh/laravel-debugbar": "Allows displaying XML tree content for debug" }, "minimum-stability": "stable" }