-
- Downloads
feat(rss): generate rss feed from podcast entity
- refactor episode, podcast and category entities to add dynamic properties - refactor Routes when adding feed route - update migration files to better fit itunes' and rss' specs - update podcast and episode forms - add SimpleRSSElement class to Libraries - add rss_helper - update home controller to redirect if system has only one podcast
Showing
- app/Language/en/Podcast.php 3 additions, 2 deletionsapp/Language/en/Podcast.php
- app/Libraries/SimpleRSSElement.php 27 additions, 0 deletionsapp/Libraries/SimpleRSSElement.php
- app/Models/CategoryModel.php 6 additions, 1 deletionapp/Models/CategoryModel.php
- app/Models/EpisodeModel.php 4 additions, 3 deletionsapp/Models/EpisodeModel.php
- app/Models/PodcastModel.php 3 additions, 2 deletionsapp/Models/PodcastModel.php
- app/Views/episode/create.php 105 additions, 0 deletionsapp/Views/episode/create.php
- app/Views/episode/view.php 16 additions, 0 deletionsapp/Views/episode/view.php
- app/Views/home.php 2 additions, 6 deletionsapp/Views/home.php
- app/Views/layouts/default.php 1 addition, 1 deletionapp/Views/layouts/default.php
- app/Views/podcast/create.php 38 additions, 28 deletionsapp/Views/podcast/create.php
- app/Views/podcast/view.php 15 additions, 20 deletionsapp/Views/podcast/view.php
- composer.lock 2232 additions, 1976 deletionscomposer.lock
- docs/setup-development.md 1 addition, 1 deletiondocs/setup-development.md
Loading
Please register or sign in to comment