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
Filter by tags
Order hooks (by downloads, views, name or type)
The text was updated successfully, but these errors were encountered:
It will be possible to do some hook lookups.
Filter hook by type (types:Dropped for nowgithub
,private-github
,codecanyon
)downloads
,views
,name
ortype
)The text was updated successfully, but these errors were encountered: