This package is added to Laravel projects as a dependency by requiring it with Composer.
composer require streams/sdk:1.0.x-devThe Streams SDK comes pre-configured with the Streams starter application and some of the examples.
From within your project, use Composer to update this individual package:
composer update streams/sdk --with-dependenciesYou can also update your entire project using composer update.
Publish templates with the vendor:publish command:
php artisan vendor:publish --tag=examplesOr target specific example templates:
php artisan vendor:publish --tag=files-example
php artisan vendor:publish --tag=users-example