Skip to content
/ hooks Public
forked from larapack/hooks

Hooks is a extension system for your Laravel application.

License

Notifications You must be signed in to change notification settings

uqiauto/hooks

 
 

Repository files navigation

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.

About

Hooks is a extension system for your Laravel application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%