Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larapack/hooks

Hooks is a extension system for your Laravel application.
https://github.com/larapack/hooks

hooks laravel laravel-5-package laravel-package laravel-packages

Last synced: 6 days ago
JSON representation

Hooks is a extension system for your Laravel application.

Awesome Lists containing this project

README

        

![Hooks](https://raw.githubusercontent.com/larapack/hooks/master/resources/logo.png)


Build Status
Build Status
Total Downloads
Latest Stable Version
License

Made with ❤️ by [Mark Topper](https://marktopper.com)

# Hooks

Hooks is a extension system for your [Laravel](https://laravel.com) application.

# Installation

Install using composer:

```
composer require larapack/hooks
```

Then add the service provider to the configuration:
```php
'providers' => [
Larapack\Hooks\HooksServiceProvider::class,
],
```

# Packages

Packages can be found on [larapack.io](https://larapack.io).

# Integrations

- [Voyager Hooks](https://github.com/larapack/voyager-hooks) - Hooks supported directly in the Voyager admin panel.