File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,27 @@ If you don't use Laravel then you can find
24
24
25
25
---
26
26
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
+
27
48
## ⛲ What can it do for you?
28
49
* 🛒 ** E-commerce**
29
50
- Quickly generate engaging product introductions to attract customers.
@@ -67,26 +88,6 @@ Please refer to the official:
67
88
68
89
---
69
90
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
-
90
91
## Usage
91
92
92
93
You can inject ` SharpApiService ` class or use the facade ` \SharpApiService ` singleton.
You can’t perform that action at this time.
0 commit comments