Skip to content

Commit 737ae6f

Browse files
authored
Merge pull request #50 from codebar-ag/feature-bump
Feature Bump
2 parents f85826b + e870d2f commit 737ae6f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ additional parameters to your url 😉
1717

1818
- Cloudinary Account
1919

20-
| Package | PHP | Laravel | Flysystem |
21-
|-----------|--------|-------------|-------------|
22-
| >v3.0 | >8.2 | > Laravel 10 | > 3.0 |
20+
| Package | PHP | Laravel | Flysystem |
21+
|-----------|--------|---------------|-------------|
22+
| >v4.0 | >8.3 | > Laravel 11 | > 3.0 |
23+
| >v3.0 | >8.2 | > Laravel 10 | > 3.0 |
2324
| >v2.0 | >8.1 | > Laravel 9 | > 3.0 |
2425
| >v1.0 | >8.0 | > Laravel 8 | > 1.1 |
2526

@@ -93,7 +94,8 @@ https://res.cloudinary.com/my-cloud-name/image/upload/v1/cat.jpg
9394

9495
### 🪐 How to use with Nova
9596

96-
We have a package for use with Laravel Nova: [Laravel Flysystem Cloudinary Nova](https://github.com/codebar-ag/laravel-flysystem-cloudinary-nova)
97+
We have a package for use with Laravel
98+
Nova: [Laravel Flysystem Cloudinary Nova](https://github.com/codebar-ag/laravel-flysystem-cloudinary-nova)
9799

98100
## 🗂 How to use folder prefix
99101

@@ -143,12 +145,15 @@ their own with a separate request.
143145
Keep this in mind because the admin API is rate limited to 500 calls per hour.
144146

145147
The package does check in following sequence:
148+
146149
- `image` ➡️ `raw` ➡️ `video`
147150

148151
## ⚙️ Optional Parameters
149152

150153
Cloudinary has a lot of optional parameters to customize the upload.
151-
You can find all options in the [official documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_optional_parameters) optional parameters section.
154+
You can find all options in
155+
the [official documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_optional_parameters)
156+
optional parameters section.
152157

153158
You can pass all parameters as an array to the `put` method:
154159

@@ -239,6 +244,7 @@ return [
239244
## 🚧 Testing
240245

241246
Run the tests:
247+
242248
```shell
243249
composer test
244250
```

0 commit comments

Comments
 (0)