larapack / hooks by marktopper

A Laravel Hook system
1,412,857
218
7
Package Data
Maintainer Username: marktopper
Maintainer Contact: mark@ulties.com (Mark Topper)
Package Create Date: 2016-12-19
Package Last Update: 2020-03-10
Home Page: https://larapack.io
Language: PHP
License: MIT
Last Refreshed: 2024-03-27 03:20:04
Package Statistics
Total Downloads: 1,412,857
Monthly Downloads: 4,966
Daily Downloads: 276
Total Stars: 218
Total Watchers: 7
Total Forks: 15
Total Open Issues: 7

Hooks

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.