You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$search = Hooks::search('Foobar') // Search for `Foobar`
->tag('voyager') // Find only hooks with the `voyager` tag
->orderBy('downloads')
->get();
$hooks = $search->items();
Search for hooks
Filter hook by type (types: github, private-github, codecanyon) Dropped for now
It will be possible to do some hook lookups.
Filter hook by type (types:Dropped for nowgithub,private-github,codecanyon)downloads,views,nameortype)