larapack/voyager-hooks

Hooks integrated in Voyager
1,521,023 204
Install
composer require larapack/voyager-hooks
Latest Version:v1.2.3
License:MIT
Last Updated:Mar 4, 2020
Links: GitHub  ·  Packagist
Maintainer: marktopper

Voyager Hooks

Made with ❤️ by Mark Topper

Voyager Hooks

Hooks system integrated into Voyager.

Installation

Install using composer:

composer require larapack/voyager-hooks

Then add the service provider to the configuration (optional on Laravel 5.5+):

'providers' => [
    Larapack\VoyagerHooks\VoyagerHooksServiceProvider::class,
],

In order for Voyager to automatically check for updates of hooks, add the following to your console kernel:

protected function schedule(Schedule $schedule)
{
    $schedule->command('hook:check')->sundays()->at('03:00');
}

That's it! You can now visit your Voyager admin panel and see a new menu item called Hooks have been added.

Related Packages

larapack/hooks

A Laravel Hook system

1,529,800 214
projektgopher/whisky

A simple CLI tool for managing a project's git hooks across multiple members.

440,415 244
agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

18,203 27
tormjens/eventy

The WordPress filter/action system in Laravel

989,629 438