larapack/hooks

A Laravel Hook system

Installs: 1 485 328

Dependents: 24

Suggesters: 0

Security: 0

Stars: 216

Watchers: 6

Forks: 15

Open Issues: 7

pkg:composer/larapack/hooks

v1.0.12 2020-03-10 13:15 UTC

README

Hooks

Build Status Build Status Total Downloads Latest Stable Version License

Made with ❤️ by Mark Topper

Hooks

Hooks is a extension system for your Laravel application.

Installation

Install using composer:

composer require larapack/hooks

Then add the service provider to the configuration:

'providers' => [
    Larapack\Hooks\HooksServiceProvider::class,
],

Packages

Packages can be found on larapack.io.

Integrations

  • Voyager Hooks - Hooks supported directly in the Voyager admin panel.