Skip to content

[Feature Request] Hooks lookup #3

Description

@marktopper

It will be possible to do some hook lookups.

$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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions