Stars: 219
Forks: 14
Pull Requests: 40
Issues: 12
Watchers: 7
Last Updated: 2020-03-10 13:15:31
Hooks is a extension system for your Laravel application.
License: MIT License
Languages: PHP
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.