teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.09k stars 142 forks source link

Updated for Laravel 9.x support #345

Closed olivsinz closed 1 year ago

iamB0rgy commented 1 year ago

Running composer update teamtnt/laravel-scout-tntsearch-driver Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

nticaric commented 1 year ago

If you carefully read Problem 1 it says that you don't have the sqlite3 extension installed. You will probably claim that you have, and in this case, you haven't restarted your server so the changes would take effect

Running composer update teamtnt/laravel-scout-tntsearch-driver Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1 - teamtnt/tntsearch[v2.7.0, ..., v2.9.0, v3.0.0] require ext-sqlite3 * -> it is missing from your system. Install or enable PHP's sqlite3 extension. - teamtnt/laravel-scout-tntsearch-driver v12.1.0 requires teamtnt/tntsearch 2.7.0|^2.8|^3.0 -> satisfiable by teamtnt/tntsearch[v2.7.0, v2.8.0, v2.9.0, v3.0.0]. - Root composer.json requires teamtnt/laravel-scout-tntsearch-driver ^12.1 -> satisfiable by teamtnt/laravel-scout-tntsearch-driver[v12.1.0].