postfriday / latterate by WickedIxil

Killer slug generation & transliteration for Laravel 5
10
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-04-17 15:04:31
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
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);