This package is added to existing Laravel projects as a dependency by requiring it with Composer.
composer require streams/ui:1.0.x-dev
Streams UI comes pre-configured with the Streams starter application.
git clone [email protected]:laravel-streams/streams-ui.git
Use the following command to publish public assets for this package.
php artisan vendor:publish --provider=Streams\\Ui\\UiServiceProvider --tag=public
The above command will copy public assets from their package location to the public/vendor
directory.
From within your project, use Composer to update this individual package:
composer update streams/ui --with-dependencies
You can also 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.