postfriday/latterate

Killer slug generation & transliteration for Laravel 5
14
Install
composer require postfriday/latterate
Latest Version:1.0.0
PHP:>=5.6.0
License:MIT
Last Updated:Sep 21, 2016
Links: GitHub  ·  Packagist
Maintainer: WickedIxil

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

Related Packages

alexusmai/ruslug

Laravel 5 RuSlug, Transliteration RU -> ENG

8,652 8
mascame/urlify

Port to Laravel4 of jbroadway's PHP port of URLify.js from the Django project. T...

2,892 3
j0an/urlify

Port to Laravel4 of jbroadway's PHP port of URLify.js from the Django project. T...

33 0
adobradi/laravel5-elastic

Simple Elastic wrapper for Laravel 5

2,089 1
pantagruel964/laravel5-yandex-slug

Generate slug into translit in according to Yandex rules for Laravel 5

702 4