| 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: | 2025-10-26 03:00:45 |
| Package Statistics | |
|---|---|
| Total Downloads: | 14 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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);