Skip to content

Commit 10ffa7e

Browse files
committed
Update readme and add logo
1 parent 3765a6b commit 10ffa7e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

README.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
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+
215
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.

resources/logo.png

13.1 KB
Loading

0 commit comments

Comments
 (0)