To run Laravel Streams you will need to meet Laravel server requirements.
Please ensure one of the following libraries is installed in order to support image manipulation.
For new projects, the fastest way to get up and running is the Streams starter project:
composer create-project streams/streams:1.0.x-dev
cd streams
php artisan serve
The following packages are installed with the starter project:
Your streams project is now ready for you to start coding.
Explore the basics of Streams by example.
Dig deeper into the fundamental concepts of Laravel Streams.
You can add the Streams platform to existing Laravel projects by requiring the packages you need.
The core package is responsible for the meat and taters; it is the only required package.
composer require streams/core
From within your project, use Composer to update individual packages:
composer update streams/core --with-dependencies
composer update streams/api --with-dependencies
composer update streams/ui --with-dependencies
You can update your entire project using composer update.
A blank TALL-stack Laravel project with Streams.
The fundamental features and utilities offered by the Streams platform.
A universal and extensible RESTful API for Streams.
Extensible, user-friendly, and performant control panel, components, and services.
Dev tooling for Laravel Streams.