How to add slug and ID URL to Laravel 4 Route?

前端 未结 3 1823
没有蜡笔的小新
没有蜡笔的小新 2021-02-10 03:08

I would like to add nice Slug URL to my Laravbel Project. I currently am using ID numbers.

My goal is to continue using Numbers but also to use Slugs for b

3条回答
  •  星月不相逢
    2021-02-10 03:27

    There is already a popular package that handle slugs and its possible issues: https://github.com/cviebrock/eloquent-sluggable

    It can handle uniqueness adding an id suffix to previously used slugs, detect if you want to overwrite soft-deleted slugs, and some other customs configs.

提交回复
热议问题