streams/sdk

There is no license information available for the latest version (1.0.x-dev) of this package.

Dev tools for Laravel + Streams.

Installs: 206

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:streams-addon

1.0.x-dev 2023-07-20 19:06 UTC

This package is auto-updated.

Last update: 2024-04-20 20:40:24 UTC


README

Downloading

This package is added to Laravel projects as a dependency by requiring it with Composer.

composer require streams/sdk:1.0.x-dev

The Streams SDK comes pre-configured with the Streams starter application and some of the examples.

Updating

From within your project, use Composer to update this individual package:

composer update streams/sdk --with-dependencies

You can also update your entire project using composer update.

Templates

Publish templates with the vendor:publish command:

php artisan vendor:publish --tag=examples

Or target specific example templates:

php artisan vendor:publish --tag=files-example
php artisan vendor:publish --tag=users-example