mrpk-dev/hooks is a Laravel package for a laravel hook system.
It currently has 0 GitHub stars and 36 downloads on Packagist (latest version v1.0.14).
Install it with composer require mrpk-dev/hooks.
Discover more Laravel packages by mrpk-dev
or browse all Laravel packages to compare alternatives.
Last updated

Made with ❤️ by Mark Topper
Hooks is a extension system for your Laravel application.
Install using composer:
composer require larapack/hooks
Then add the service provider to the configuration:
'providers' => [
Larapack\Hooks\HooksServiceProvider::class,
],
Packages can be found on larapack.io.