LaravelPackages.net
Acme Inc.
Toggle sidebar
larapack/hooks

A Laravel Hook system

1.515.721
214
v1.0.12
About larapack/hooks

larapack/hooks is a Laravel package for a laravel hook system. It currently has 214 GitHub stars and 1.515.721 downloads on Packagist (latest version v1.0.12). Install it with composer require larapack/hooks. Discover more Laravel packages by larapack or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart