Download the PHP package krowinski/laravel-xslt without Composer
On this page you can find all versions of the php package krowinski/laravel-xslt. 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 laravel-xslt
laravel-xslt
XSLT template engine for laravel
Instalation
-
Install using composer in your laravel project
-
Add this line to app.php at the end of 'providers' array (in file config/app.php)
-
Create welcome.xsl in resources/views
- Add data to xml using simple xml functions
Add xml to debugBar (https://github.com/barryvdh/laravel-debugbar)
Add to EventServiceProvider.php
and to protected $listen array
create file Listeners\XSLTDebugBar.php
event content
All versions of laravel-xslt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version 5.5.*
illuminate/view Version 5.5.*
illuminate/console Version 5.5.*
illuminate/events Version 5.5.*
illuminate/queue Version 5.5.*
ext-xsl Version *
illuminate/support Version 5.5.*
illuminate/view Version 5.5.*
illuminate/console Version 5.5.*
illuminate/events Version 5.5.*
illuminate/queue Version 5.5.*
ext-xsl Version *
The package krowinski/laravel-xslt contains the following files
Loading the files please wait ....