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

Releases: laravelista/Illaoi

New version

02 Dec 22:26
Compare
Choose a tag to compare

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.

Initial release

23 Nov 22:54
Compare
Choose a tag to compare
1.0.0

Initial commit.