Mathieu

Results 3 issues of Mathieu

Fix browserquest link fixes #563

Can I full search in a related model? E.g. ```php $conversations = Search::addFullText(Conversation::class, ['messages.body', 'messages.subject'], ['mode' => 'boolean']) ->paginate(10) ->search(request('search')); ``` The error I receive is: `SQLSTATE[42S22]: Column not found:...

This PR adds support for PHP 8 and Laravel 10.x.