Skip to content

slugify - mostly just to test creating a package. But ideally a small tool to create a slug.

Notifications You must be signed in to change notification settings

jeremyvaught/slugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

slugify - mostly just to test creating a package. But ideally a small tool to create a slug.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages