Sonny Savage

Results 2 issues of Sonny Savage

I'm using Laravel 5.6.*. It's in my `composer.json` as: `"laravel/framework": "~5.6.0"`. As a result, it requires `"symfony/console": "~4.0"` in my `composer.lock` file. When I try to install: `composer require joegreen0991/db-sync...

I've found when searching with Laravel Scout that only the first 500 results are returned. I've looked at the SQLite database that the TNTSearch indexing creates, and it has far...