This is a simple trait for database searching.
Our model should of course use the Searchable trait. Likewise, we have to declare the model attributes which shall be searchable.
namespace App;
use Illuminate\Database\Eloquent\Model;
use App\Traits\Searchable;