Download the PHP package gulios/xsl-laravel-template-engine without Composer
On this page you can find all versions of the php package gulios/xsl-laravel-template-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package xsl-laravel-template-engine
XSLT/XML template engine for laravel 5.
This is modified version of https://github.com/krowinski/laravel-xslt
Changes:
- added default preferences to XML(paths, language info) depends on config data
- changed method names
- validate input values(htmlentities)
- validate loaded xml(html_entity_decode)
- removed forms
- removed breadcrumbs
Installation:
Add to composer.json
for debug XML install:
Add this line to config/app.php 'providers' array
Example Usage:
Create main.xsl in resources/views
Create index.xsl in resources/views
Add to app/Http/routes.php
Write some test controller AlwaysProcessController.php in app/Http/Controllers
after that create SomeController in app/Http/Controllers:
Optional
You can add to config/app.php
'available_languages' => array('en','pl'),
'default_language' => 'en',
then you will get these data to XML by default.
Example XML
All versions of xsl-laravel-template-engine with dependencies
PHP Build Version
Package Version
Requires
php Version
7.4.*
ext-simplexml Version *
illuminate/support Version 8.*
illuminate/view Version 8.*
illuminate/config Version 8.*
illuminate/console Version 8.*
illuminate/events Version 8.*
ext-simplexml Version *
illuminate/support Version 8.*
illuminate/view Version 8.*
illuminate/config Version 8.*
illuminate/console Version 8.*
illuminate/events Version 8.*
The package gulios/xsl-laravel-template-engine contains the following files
Loading the files please wait ....