Installation

Downloading

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

composer require streams/core:2.0.x-dev

Cloning with Git

git clone [email protected]:laravel-streams/streams-core.git

Updating

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

composer update streams/core --with-dependencies

You can also update your entire project using composer update.