LaravelPackages.net
Acme Inc.
Toggle sidebar
larapack/voyager-hooks

Hooks integrated in Voyager

1.507.636
204
v1.2.3
About larapack/voyager-hooks

larapack/voyager-hooks is a Laravel package for hooks integrated in voyager. It currently has 204 GitHub stars and 1.507.636 downloads on Packagist (latest version v1.2.3). Install it with composer require larapack/voyager-hooks. Discover more Laravel packages by larapack or browse all Laravel packages to compare alternatives.

Last updated

Voyager Hooks

Build Status Build Status Total Downloads Latest Stable Version License

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.

Star History Chart