| Package Data | |
|---|---|
| Maintainer Username: | marktopper |
| Maintainer Contact: | mark@ulties.com (Mark Topper) |
| Package Create Date: | 2016-12-19 |
| Package Last Update: | 2020-03-10 |
| Home Page: | https://larapack.io |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:14:03 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,488,254 |
| Monthly Downloads: | 3,581 |
| Daily Downloads: | 151 |
| Total Stars: | 216 |
| Total Watchers: | 6 |
| Total Forks: | 15 |
| Total Open Issues: | 7 |

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.