File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
- # hooks
1
+ ![ Hooks] ( https://raw.githubusercontent.com/larapack/hooks/master/resources/logo.png )
2
+
3
+ <p align =" center " >
4
+ <a href =" https://travis-ci.org/larapack/hooks " ><img src =" https://travis-ci.org/larapack/hooks.svg?branch=master " alt =" Build Status " ></a >
5
+ <a href =" https://styleci.io/repos/76883435/shield?style=flat " ><img src =" https://styleci.io/repos/76883435/shield?style=flat " alt =" Build Status " ></a >
6
+ <a href =" https://packagist.org/packages/larapack/hooks " ><img src =" https://poser.pugx.org/larapack/hooks/downloads.svg?format=flat " alt =" Total Downloads " ></a >
7
+ <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 >
8
+ <a href =" https://packagist.org/packages/larapack/hooks " ><img src =" https://poser.pugx.org/larapack/hooks/license.svg?format=flat " alt =" License " ></a >
9
+ </p >
10
+
11
+ Made with ❤️ by [ Mark Topper] ( https://marktopper.com )
12
+
13
+ # Hooks
14
+
2
15
Hooks is a extension system for your Laravel application.
16
+
17
+ # Installation
18
+
19
+ Install using composer:
20
+
21
+ ```
22
+ composer require larapack/hooks
23
+ ```
24
+
25
+ Then add the service provider to the configuration:
26
+ ``` php
27
+ 'providers' => [
28
+ Larapack\Hooks\HooksServierProvider::class,
29
+ ],
30
+ ```
31
+
32
+ # Alternative packages
33
+
34
+ - [ Voyager Hooks] ( https://github.com/larapack/voyager-hooks ) - Hooks supported directly in the Voyager admin panel.
You can’t perform that action at this time.
0 commit comments