
Laravel Sluggable
Generate slugs for Eloquent models
Creator
Spatie @spatie_be
Description
This package provides a trait that will generate a unique slug when saving any Eloquent model. The slugs are generated with Laravels Strslug method, whereby spaces are converted to '-'.Visit Site