Releases: ChrisThompsonTLDR/laraman
Releases · ChrisThompsonTLDR/laraman
v3.0.4: Merge pull request #2 from jameswagoner/bug/str-of-fix
Laravel 6.x does not support Str::of()
v3.0.3: Removing older Laravel string and array helpers
Also utilized `withCount()` when appropriate.
v3.0.1
Update to string helper method calls
v3.0
Laravel 6 support
v2.1
Speeding up sorting.
v2.0.2
Updating the readme examples.
v2.0.1
Accomodate connection prefixes.
Moving away from __construct()
It causes major performance issues when routes are being built.
1.1.21
Adding back in support for non-scout drivers.
v1.1.20
Cleaning up code. Fixing a couple bugs. No results found would caus…