Download the PHP package postfriday/latterate without Composer
On this page you can find all versions of the php package postfriday/latterate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download postfriday/latterate
More information about postfriday/latterate
Files in postfriday/latterate
Download postfriday/latterate
More information about postfriday/latterate
Files in postfriday/latterate
Vendor postfriday
Package latterate
Short Description Killer slug generation & transliteration for Laravel 5
License MIT
Homepage https://github.com/postfriday/latterate
Package latterate
Short Description Killer slug generation & transliteration for Laravel 5
License MIT
Homepage https://github.com/postfriday/latterate
Please rate this library. Is it a good library?
Informations about the package latterate
laterate
Killer slug generation & transliteration for Laravel 5.
composer require postfriday\latterate
Install
Add to config/app.php
'providers' section
Postfriday\Latterate\LatterateServiceProvider::class,
'Aliases' section:
'Latterate' => Postfriday\Latterate\Facades\Latterate::class,
Use
use Latterate;
$slug = Latterate::transform($title);
All versions of latterate with dependencies
PHP Build Version
Package Version
The package postfriday/latterate contains the following files
Loading the files please wait ...