Skip to content
/ hooks Public

Hooks is a extension system for your Laravel application.

License

Notifications You must be signed in to change notification settings

larapack/hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce2c8c0 · Mar 10, 2020
Jan 17, 2018
Jan 17, 2017
Mar 9, 2020
Jan 20, 2018
Mar 4, 2020
Dec 19, 2016
Dec 19, 2016
Dec 19, 2016
Mar 4, 2020
Dec 19, 2016
Dec 19, 2016
Sep 20, 2017
Mar 10, 2020
Jul 6, 2017

Repository files navigation

Hooks

Build Status Build Status Total Downloads Latest Stable Version License

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.