DoctrineSluggableBundle icon indicating copy to clipboard operation
DoctrineSluggableBundle copied to clipboard

A Symfony2 bundle that provides a Doctrine2 sluggable behavior implementation, providing a unique slug across many Doctrine ORM entities simply by implementing a simple PHP interface

Results 6 DoctrineSluggableBundle issues
Sort by recently updated
recently updated
newest added

the generated slug of non english words is messed up, the slug generated is usually '-' ???

Hello, I use the DoctrineSluggableBundle in some classes and it works fine but i try to use with inheritance and it repeats slugs. Is there any problem with inheritance?

Whether the object is new or for update, the DoctrineSluggableBundle creates a new slug based on the fields. This could potentially break a link to the slug if one of...

I know it is implied (e.g. get/set slug), but you may want to implement a naming convention around slugs, such as meta_slug or similar. Is it possible to refactor somehow...

Modify the bundle namespace and documentation to remove "SamJ" as this has had some community contributions.