1.2.0
-
Fixes #6 - Added the option to show a preview of the generated slug as full URL below the input field
Example:
Slug::make('Slug')->showUrlPreview('http://www.foo.bar')
-
Fixes #9 and #11 Additional attributes should now be working as aspected
-
Fixes #14 - Added the option to disable auto update behaviour
Example:
Slug::make('Slug')->disableAutoUpdateWhenUpdating()