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
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2024-11-19 05:52:27 UTC
README
================================
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