Skip to content

Commit 825918d

Browse files
authored
Update README.md
1 parent 80b858d commit 825918d

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

README.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,27 @@ If you don't use Laravel then you can find
2424

2525
---
2626

27+
## Installation
28+
29+
1. You can install the package via `composer`:
30+
31+
```bash
32+
composer require sharpapi/sharpapi-laravel-client
33+
php artisan vendor:publish --tag=sharpapi-laravel-client
34+
```
35+
36+
2. Register at [SharpAPI.com](https://sharpapi.com/) and get the API key.
37+
38+
3. Set the API key inside `.env`
39+
40+
```bash
41+
SHARP_API_KEY=key
42+
```
43+
44+
**That's it!**
45+
46+
---
47+
2748
## ⛲ What can it do for you?
2849
* 🛒 **E-commerce**
2950
- Quickly generate engaging product introductions to attract customers.
@@ -67,26 +88,6 @@ Please refer to the official:
6788

6889
---
6990

70-
## Installation
71-
72-
1. You can install the package via `composer`:
73-
74-
```bash
75-
composer require sharpapi/sharpapi-laravel-client
76-
```
77-
78-
2. Register at [SharpAPI.com](https://sharpapi.com/) and get the API key.
79-
80-
3. Set the API key inside `.env`
81-
82-
```bash
83-
SHARP_API_KEY=key
84-
```
85-
86-
**That's it!**
87-
88-
---
89-
9091
## Usage
9192

9293
You can inject `SharpApiService` class or use the facade `\SharpApiService` singleton.

0 commit comments

Comments
 (0)