jeremyvaught/slugify

Just a simple little slug maker. Emphasis on simple. I use it in Laravel 4 projects..

Maintainers

Package info

github.com/jeremyvaught/slugify

pkg:composer/jeremyvaught/slugify

Statistics

Installs: 48

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2014-04-19 21:52 UTC

This package is not auto-updated.

Last update: 2026-03-10 12:08:58 UTC


README

by Jeremy Vaught

================================

I'm still new to all this new age PHP stuff. But you should be golden of you add

'Jeremyvaught\Slugify\SlugifyServiceProvider',

to your app/config/app.php file under Service Providers.

and 'Slugify' => 'Jeremyvaught\Slugify\Facades\Slugify',

to the aliases section of that same file.

Otherwise, you might try my workbench_slugify project where I've implemented Slugify into Laravel to the best of my knowledge.

License

This package is open-sourced software licensed under the MIT license