Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

New version

Latest
Compare
Choose a tag to compare
@mabasic mabasic released this 02 Dec 22:26

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.