podhost/podstream is a Laravel package for podcast management scaffolding for podhost app.
It currently has 0 GitHub stars and 7 downloads on Packagist (latest version v1.0.3).
Install it with composer require podhost/podstream.
Discover more Laravel packages by podhost
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Podstream is a podcast application scaffolding for Podhost.fm and Laravel 8.0. Podstream provides the perfect starting point for your next podcast hosting and management application and includes podcast and episode model, podcast user invitation and more. It relies on Laravel Jetstream and Fortify.
composer require podhost/podstream
After installation run the following command
php artisan podstream:install
Push the migrations and then run them.
php artisan migrate
Documentation is currently in queue.
Thank you for considering contributing to Podstream! You can read the contribution guide here.
Laravel Podstream is open-sourced software licensed under the MIT license.