A Laravel Hook system

Installs: 213

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 15

pkg:composer/sierratecnologia/hooks

v1.0.11 2020-03-05 21:24 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 sierratecnologia/hooks

Then add the service provider to the configuration:

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

Packages

Packages can be found on sierratecnologia.io.

Integrations

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