This repository has been archived by the owner on Feb 23, 2018. It is now read-only.
Fixed bug from old version.
Now generateUnique
properly iterates a new unique slug old-dota-2, old-dota-3 ...
before it did old-dota-2, old-dota-2-3
.
That is now fixed.
Also in this release new API:
Illaoi::searchBy('slug')
->ignoreId(1)
->setIteration(1)
->generateUnique('This is a title', new App\Post);
See README for more details.