Home

Awesome

Hooks

<p align="center"> <a href="https://travis-ci.org/larapack/hooks"><img src="https://travis-ci.org/larapack/hooks.svg?branch=master" alt="Build Status"></a> <a href="https://styleci.io/repos/76883435/shield?style=flat"><img src="https://styleci.io/repos/76883435/shield?style=flat" alt="Build Status"></a> <a href="https://packagist.org/packages/larapack/hooks"><img src="https://poser.pugx.org/larapack/hooks/downloads.svg?format=flat" alt="Total Downloads"></a> <a href="https://packagist.org/packages/larapack/hooks"><img src="https://poser.pugx.org/larapack/hooks/v/stable.svg?format=flat" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/larapack/hooks"><img src="https://poser.pugx.org/larapack/hooks/license.svg?format=flat" alt="License"></a> </p>

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