sierratecnologia / hooks
A Laravel Hook system
v1.0.11
2020-03-05 21:24 UTC
Requires
- composer/composer: >=1.4
Requires (Dev)
- orchestra/testbench: >=3.0
- phpunit/phpunit: >=5.6
This package is auto-updated.
Last update: 2026-06-16 08:38:43 UTC
README
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.
