postfriday / latterate by WickedIxil

Killer slug generation & transliteration for Laravel 5
12
0
2
Package Data
Maintainer Username: WickedIxil
Maintainer Contact: hypermonday@gmail.com (postfriday)
Package Create Date: 2016-09-19
Package Last Update: 2016-09-21
Language: PHP
License: MIT
Last Refreshed: 2024-11-14 15:03:40
Package Statistics
Total Downloads: 12
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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);