File tree 2 files changed +19
-15
lines changed
2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,6 @@ You can install the package via composer:
18
18
composer require renoki-co/cloudflare-sdk
19
19
```
20
20
21
- Publish the config:
22
-
23
- ``` bash
24
- php artisan vendor:publish --provider=" RenokiCo\CloudflareSdk\CloudflareSdkServiceProvider" --tag=" config"
25
- ```
26
-
27
- Publish the migrations:
28
-
29
- ``` bash
30
- php artisan vendor:publish --provider=" RenokiCo\CloudflareSdk\CloudflareSdkServiceProvider" --tag=" migrations"
31
- ```
32
-
33
21
## 🙌 Usage
34
22
35
23
``` php
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " renoki-co/cloudflare-sdk" ,
3
- "description" : " :package_description" ,
4
- "keywords" : [" laravel" , " php" ],
3
+ "description" : " Cloudflare SDK generated automatically from the OpenAPI definitions." ,
4
+ "keywords" : [
5
+ " laravel" ,
6
+ " php" ,
7
+ " cloudflare" ,
8
+ " cf" ,
9
+ " api" ,
10
+ " sdk" ,
11
+ " client" ,
12
+ " openapi" ,
13
+ " openapi-generator" ,
14
+ " cloudflare-sdk" ,
15
+ " cloudflare-api" ,
16
+ " cloudflare-php" ,
17
+ " cloudflare-laravel" ,
18
+ " cloudflare-laravel-sdk" ,
19
+ " cloudflare-laravel-api" ,
20
+ " cloudflare-laravel-php"
21
+ ],
5
22
"license" : " Apache-2.0" ,
6
23
"homepage" : " https://github.com/renoki-co/cloudflare-sdk" ,
7
24
"authors" : [
28
45
"test" : " vendor/bin/phpunit"
29
46
},
30
47
"require-dev" : {
31
- "laravel/legacy-factories" : " ^1.1" ,
32
48
"mockery/mockery" : " ^1.4" ,
33
49
"orchestra/testbench" : " ^7.14" ,
34
50
"vimeo/psalm" : " 4.24.0"
You can’t perform that action at this time.
0 commit comments