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)

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions