Updated documentation

This commit is contained in:
2026-03-06 16:52:32 +00:00
parent fd4ea495f8
commit 1923571794

View File

@@ -1,2 +1,12 @@
# CloudObjects-Laravel-SDK # CloudObjects Laravel SDK
This package installs the [CloudObjects PHP SDK](https://codeberg.org/CloudObjects/CloudObjects-PHP-SDK) and configures it for use with Laravel applications.
Install with the following commands:
```
composer require cloudobjects/laravel-sdk
artisan vendor:publish --provider="CloudObjects\SDK\Laravel\CloudObjectsServiceProvider"
```
We have also released [the source code to a demo application](https://codeberg.org/CloudObjects/CO-Laravel-Demo-App) that shows the capabilities of this package.