Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/larapack/hooks
- Owner: larapack
- License: mit
- Created: 2016-12-19T17:39:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T13:15:31.000Z (almost 5 years ago)
- Last Synced: 2024-05-17T07:02:19.430Z (8 months ago)
- Topics: hooks, laravel, laravel-5-package, laravel-package, laravel-packages
- Language: PHP
- Homepage: https://larapack.io
- Size: 9.21 MB
- Stars: 218
- Watchers: 7
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Hooks](https://raw.githubusercontent.com/larapack/hooks/master/resources/logo.png)
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.