Toggle navigation
Devise
Classes
Namespaces
Interfaces
Traits
Index
Search
Traits
Devise\Search\SearchableModelTrait
Class SearchableModelTrait can be applied to an eloquent model to give it "searchablity". You have to override the getColumns method and/or make a protected $searchable = array('column1' => 1, 'column2' => 2);
Devise\Support\DeviseEloquentAddons
Devise\Support\Sortable\Sortable