Published configuration files reside in config/streams/
.
├── config/streams/
│ └── ui.php
Use the following command to publish configuration files to your project's config/streams
directory.
php artisan vendor:publish --vendor=Streams\\Ui\\UiServiceProvider --tag=config
Use the following command to publish package streams to your project streams directory.
php artisan vendor:publish --vendor=Streams\\Ui\\UiServiceProvider --tag=streams