jeremyvaught / slugify by jeremyvaught

Just a simple little slug maker. Emphasis on simple. I use it in Laravel 4 projects..
48
1
2
Package Data
Maintainer Username: jeremyvaught
Maintainer Contact: jeremy@jeremyvaught.com (Jeremy Vaught)
Package Create Date: 2013-10-29
Package Last Update: 2014-04-19
Language: PHP
License: MIT
Last Refreshed: 2024-11-23 03:23:18
Package Statistics
Total Downloads: 48
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Slugify

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