The algorithm that the current Sluggable trait uses assumes that each slug already in the database has been incremented by one. It's not safe to make this assumption.
If place-title-1 and place-title-3 already exist in the database, adding another place-title will generate the slug place-title-3 again.
The algorithm that the current Sluggable trait uses assumes that each slug already in the database has been incremented by one. It's not safe to make this assumption.
If
place-title-1
andplace-title-3
already exist in the database, adding anotherplace-title
will generate the slugplace-title-3
again.