Download the PHP package hobbily/laravel-xml-middleware without Composer
On this page you can find all versions of the php package hobbily/laravel-xml-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hobbily/laravel-xml-middleware
More information about hobbily/laravel-xml-middleware
Files in hobbily/laravel-xml-middleware
Download hobbily/laravel-xml-middleware
More information about hobbily/laravel-xml-middleware
Files in hobbily/laravel-xml-middleware
Vendor hobbily
Package laravel-xml-middleware
Short Description A Laravel Middleware to accept XML requests
License MIT
Package laravel-xml-middleware
Short Description A Laravel Middleware to accept XML requests
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-xml-middleware
laravel-xml-middleware
A Laravel Middleware to accept XML requests
Configuration
Install Through Composer
Register The Service Provider
In config/app.php
add the service provider to the providers array:
Register the middleware
In app/Http/Kernel.php
Applying the middleware to routes
Add the middleware to your as desired
Controller Middleware
Route Middleware
Accessing XML Input With Middleware
If you are using the middleware it will automatically inject the xml into the request as an array and you you can access the xml data in your controller with the $request->all()
:
Accessing XML Input
To access the xml input without the middleware use the xml()
method on the Request
:
To access the xml request as an object pass false
to the xml()
method:
All versions of laravel-xml-middleware with dependencies
PHP Build Version
Package Version
The package hobbily/laravel-xml-middleware contains the following files
Loading the files please wait ....