From 19235717944efcbb4d9ef8088bb2eac34e3a637b Mon Sep 17 00:00:00 2001 From: Lukas Rosenstock Date: Fri, 6 Mar 2026 16:52:32 +0000 Subject: [PATCH] Updated documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a349fc..0a218b2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file