jeremyvaught/slugify

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

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

This package is not auto-updated.

Last update: 2024-04-23 03:23:36 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