PackageTrack
Sign in Get early access

teamtnt/laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch

v16.2.0 2.7M downloads/mo #3912 most downloaded on Packagist teamtnt/laravel-scout-tntsearch-driver

What this package is like to depend on

Last release 5 days ago

18 Aug 2026

Release timing varies

gaps range from 8 days to 1.4 years

Rarely documented

notes for 3 of 69 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

69 releases · first in 2016

4 releases in the last 12 months

see the full history below

Release timeline

67 releases · Aug 2016 to Aug 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 69
  1. v16.2.0 18 Aug 2026

    Nothing published for this version

  2. v16.1.1 18 Aug 2026
    Release notes

    Fixes where() constraints and soft-delete filtering on Laravel Scout 11.

    Scout 11 changed Builder->wheres from an associative [field => value] array to a list of [field => ..., operator => ..., value => ...] arrays. The ^11 composer constraint was added previously without updating the engine, so where() clauses and soft-delete handling broke on Scout 11.

    applyWheres() and handleSoftDeletes() now detect the entry shape per clause and support both formats, so operators are honored on Scout 11 while Scout <=10 continues to work. Added tests covering both formats.

    Full Changelog: v16.1.0...v16.1.1

    Open source →
  3. v16.1.0 11 Jul 2026
    Release notes

    What's new

    Stopwords support (#356)

    You can now exclude common words (articles, prepositions, etc.) from being indexed via a new stopwords option in the tntsearch block of config/scout.php:

    'tntsearch' => [
        // ...
        'stopwords' => ['a', 'the', 'in'],
    ],

    Applied on all indexing paths — scout:import, tntsearch:import and model saves. Stopwords take effect at indexing time, so reimport your models after changing them.

    Read-replica friendly database access (#346)

    The driver now uses getReadPdo() instead of getPdo() in the service provider, engine and import command. Since the driver only ever reads from your database (index writes go to the separate index file), running imports from an instance with a read-only database connection now works.

    Fixes

    • Require teamtnt/tntsearch ^4.0|^5.0 (#363) — the driver calls fuzziness setters that only exist since tntsearch 4.0, so older tntsearch versions produced a fatal on boot
    • README: document registering service providers in bootstrap/providers.php on Laravel 11+ (#378, #388 — thanks @ultrono), and document the new stopwords option

    Full Changelog: v16.0.0...v16.1.0

    Open source →
  4. v16.0.0 11 Jul 2026
    Release notes

    Laravel 13 support

    This release adds full Laravel 13 compatibility.

    What's changed

    • Allow illuminate/* ^13 and laravel/scout ^11 in composer constraints (#382, #383) — on Laravel 13, Scout resolves to v11.3.0+, the first Scout release compatible with Laravel 13
    • Fix infinite recursion in the engine extend closure on Laravel 13 (#387) — Laravel 13's Manager::extend rebinds the closure's $this and scope to the manager, which routed the driver's internal helper calls through Manager::__call back into the same closure
    • Declare TNTSearch v5 compatibility (#379) and PHPUnit 11–13 in dev dependencies
    • Set builder in mapping functions (#377)

    Requirements on Laravel 13

    • PHP ^8.3 (required by Laravel 13 itself)
    • laravel/scout ^11.3
    • teamtnt/tntsearch ^5.0

    Full Changelog: v15.0.0...v16.0.0

    Open source →
  5. v15.0.0 18 Feb 2025

    Nothing published for this version

  6. v14.0.0 16 Mar 2024

    Nothing published for this version

  7. v13.2.0 14 Jul 2023

    Nothing published for this version

  8. v13.1.0 14 Jul 2023

    Nothing published for this version

  9. v13.0.0 14 Jul 2023

    Nothing published for this version

  10. v12.5.0 05 Jul 2023

    Nothing published for this version

  11. v12.4.0 07 Mar 2023

    Nothing published for this version

  12. v12.3.0 06 Mar 2023

    Nothing published for this version

  13. v12.2.0 30 Jan 2023

    Nothing published for this version

  14. v12.1.0 15 Sep 2022

    Nothing published for this version

  15. v12.0.0 14 Sep 2022

    Nothing published for this version

  16. v11.6.0 25 Feb 2022

    Nothing published for this version

  17. v11.5.0 04 Jun 2021

    Nothing published for this version

  18. v11.4.0 01 Jun 2021

    Nothing published for this version

  19. v11.3.0 27 Apr 2021

    Nothing published for this version

  20. v11.2.0 11 Mar 2021

    Nothing published for this version

  21. v11.1.0 11 Nov 2020

    Nothing published for this version

  22. v11.0.0 09 Oct 2020

    Nothing published for this version

  23. v10.0.0 09 Sep 2020

    Nothing published for this version

  24. v9.0.0 01 Jul 2020

    Nothing published for this version

  25. v8.3.0 12 May 2020

    Nothing published for this version

  26. v8.2.0 no date

    Nothing published for this version

  27. v8.1.0 no date

    Nothing published for this version

  28. v8.0.0 08 Mar 2020

    Nothing published for this version

  29. v7.2.0 05 Sep 2019

    Nothing published for this version

  30. v7.1.0 03 Jul 2019

    Nothing published for this version

  31. v7.0.0 11 Feb 2019

    Nothing published for this version

  32. v3.3.0 18 Oct 2018

    Nothing published for this version

  33. v3.2.2 20 Sep 2018

    Nothing published for this version

  34. v3.2.1 11 Sep 2018

    Nothing published for this version

  35. v3.2.0 10 Sep 2018

    Nothing published for this version

  36. v3.1.0 03 Aug 2018

    Nothing published for this version

  37. v3.0.8 30 Jul 2018

    Nothing published for this version

  38. v3.0.7 27 Jun 2018

    Nothing published for this version

  39. v3.0.6 18 Dec 2017

    Nothing published for this version

  40. v3.0.5 08 Dec 2017

    Nothing published for this version

  41. v3.0.4 31 Aug 2017

    Nothing published for this version

  42. v3.0.3 30 Aug 2017

    Nothing published for this version

  43. v3.0.2 25 Jul 2017

    Nothing published for this version

  44. v3.0.1 09 Jul 2017

    Nothing published for this version

  45. v3.0.0 26 Apr 2017

    Nothing published for this version

  46. v2.0.5 20 Apr 2017

    Nothing published for this version

  47. v2.0.4 31 Mar 2017

    Nothing published for this version

  48. v2.0.3 09 Mar 2017

    Nothing published for this version

  49. v2.0.2 07 Jan 2017

    Nothing published for this version

  50. v2.0.1 29 Dec 2016

    Nothing published for this version

  51. v2.0.0 22 Dec 2016

    Nothing published for this version

  52. v1.1.6 19 Dec 2016

    Nothing published for this version

  53. v1.1.5 24 Oct 2016

    Nothing published for this version

  54. v1.1.4 21 Oct 2016

    Nothing published for this version

  55. v1.1.3 01 Oct 2016

    Nothing published for this version

  56. v1.1.2 21 Sep 2016

    Nothing published for this version

  57. v1.1.1 18 Sep 2016

    Nothing published for this version

  58. v1.1.0 25 Aug 2016

    Nothing published for this version

  59. v1.0.9 25 Aug 2016

    Nothing published for this version

  60. v1.0.8 24 Aug 2016

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive