Skip to content

Commit 5380cce

Browse files
committed
Updated inits
1 parent 10538b1 commit 5380cce

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ You can install the package via composer:
1818
composer require renoki-co/cloudflare-sdk
1919
```
2020

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-
3321
## 🙌 Usage
3422

3523
```php

composer.json

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
{
22
"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+
],
522
"license": "Apache-2.0",
623
"homepage": "https://github.com/renoki-co/cloudflare-sdk",
724
"authors": [
@@ -28,7 +45,6 @@
2845
"test": "vendor/bin/phpunit"
2946
},
3047
"require-dev": {
31-
"laravel/legacy-factories": "^1.1",
3248
"mockery/mockery": "^1.4",
3349
"orchestra/testbench": "^7.14",
3450
"vimeo/psalm": "4.24.0"

0 commit comments

Comments
 (0)