sierratecnologia / hooks
A Laravel Hook system
Fund package maintenance!
ricasolucoes
ricasolucoes.com.br/open-source/support-us
Requires
- composer/composer: >=1.4
Requires (Dev)
- orchestra/testbench: >=3.0
- phpunit/phpunit: >=5.6
- dev-stable
- v10.0.x-dev
- v1.0.x-dev
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 0.5.x-dev
- 0.4.x-dev
- 0.4.4
- 0.4.3
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0.x-dev
- 0.3.0
- 0.2.2.x-dev
- 0.2.0
- dev-master
- dev-release/4.4
- dev-dev
- dev-quebrado
- dev-dev-0.4
- dev-update-stubs
- dev-fix-container
- dev-wip-hooks-akazorg
- dev-test
- dev-fetch-hooks-from-api-backup
- dev-composer-integration
This package is auto-updated.
Last update: 2024-11-16 05:08:03 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.