samjarrett / DoctrineSluggableBundle

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
GNU Lesser General Public License v2.1
16 stars 4 forks source link

Added command to regenerate slugs for an entity #9

Closed daFish closed 12 years ago

daFish commented 13 years ago

First try on making the regeneration of slugs for an entity easier.