larapack / hooks
A Laravel Hook system
Installs: 1 444 280
Dependents: 24
Suggesters: 0
Security: 0
Stars: 218
Watchers: 7
Forks: 15
Open Issues: 7
Requires
- composer/composer: >=1.4
Requires (Dev)
- orchestra/testbench: >=3.0
- phpunit/phpunit: >=5.6
This package is auto-updated.
Last update: 2024-10-10 22:59:01 UTC
README
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.