xuxin abd359076b fix organization name changed 1 سال پیش
..
README.md bc7b7508e6 configure slug for model, add i18n, test and readme 2 سال پیش
field.go abd359076b fix organization name changed 1 سال پیش
messages.go bc7b7508e6 configure slug for model, add i18n, test and readme 2 سال پیش
slug_test.go bc7b7508e6 configure slug for model, add i18n, test and readme 2 سال پیش

README.md

Slug

Slug provides an easy way to create a pretty URL for your model.

Usage

Use slug.Slug as your field type with the same name as the benefactor field, from which the slug's value should be dynamically derived, and prepended with WithSlug, for example:


type User struct {
  gorm.Model
  Name            string
  NameWithSlug    slug.Slug
}

License

Released under the MIT License.