caffeinated / slugs
Laravel 5 Uniqe Slug Generator
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/caffeinated/slugs
Requires
- php: >=5.5.9
- illuminate/support: 5.1.*|5.2.*
This package is auto-updated.
Last update: 2020-03-06 18:07:44 UTC
README
Caffeinated Slugs
Quick Installation
Begin by installing the package through Composer. Add caffeinated/slugs
to your composer.json file:
"caffeinated/slugs": "~1.0"
Then run composer update
to pull the package in.
And that's it! With your coffee in reach, start building out some unique slugs!