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
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
9293You can inject ` SharpApiService ` class or use the facade ` \SharpApiService ` singleton.
You can’t perform that action at this time.
0 commit comments