| Install | |
|---|---|
composer require larapack/hooks |
|
| License: | MIT |
| Last Updated: | Mar 10, 2020 |
| Links: | GitHub · Packagist |

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.