Skip to content

laravel-streams/streams-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

About

The streams development companion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages