Skip to content

hinet/voyager-hooks

 
 

Repository files navigation

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 hinet/voyager-hooks

Then add the service provider to the configuration:

'providers' => [
    Hinet\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.

About

Hooks system integrated into Voyager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%