Download the PHP package ejunker/laravel-purl without Composer
On this page you can find all versions of the php package ejunker/laravel-purl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ejunker/laravel-purl
More information about ejunker/laravel-purl
Files in ejunker/laravel-purl
Download ejunker/laravel-purl
More information about ejunker/laravel-purl
Files in ejunker/laravel-purl
Vendor ejunker
Package laravel-purl
Short Description A Laravel package for the Purl URL manipulation library.
License
Package laravel-purl
Short Description A Laravel package for the Purl URL manipulation library.
License
Please rate this library. Is it a good library?
Informations about the package laravel-purl
Laravel Purl
A Laravel package for the Purl URL manipulation library. For information on how to use Purl, see the Purl Documentation.
Installation
Require this package in your composer.json and update composer.
"ejunker/laravel-purl": "0.1.*"
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
'Ejunker\LaravelPurl\ServiceProvider',
You can optionally use the facade for shorter code. Add this to your facades:
'Purl' => 'Ejunker\LaravelPurl\Facade',
Examples
All versions of laravel-purl with dependencies
PHP Build Version
Package Version
The package ejunker/laravel-purl contains the following files
Collapse All