2017 © Pedro Peláez
 

library laravelpodcast

Laravel podcast manager package

image

jeremykenedy/laravelpodcast

Laravel podcast manager package

  • Tuesday, February 14, 2017
  • by jeremykenedy
  • Repository
  • 1 Watchers
  • 11 Stars
  • 33 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 9 Versions
  • 10 % Grown

The README.md

laravelpodcast | A Laravel podcast manager package - v0.0.8

Total Downloads StyleCI Latest Stable Version License, (*1)

Introduction

Laravel Podcast Manager is a complete podcast manager package for Laravel 5.3+ that enables you to manage RSS feeds for your favorite podcasts and listen to the episodes in a seamless UI., (*2)

Requirements

Installation

  1. From your projects root folder in terminal run:, (*9)

      composer require jeremykenedy/laravelpodcast
    
  2. Register the package with laravel in config/app.php under providers with the following:, (*10)

      Collective\Html\HtmlServiceProvider::class,
      willvincent\Feeds\FeedsServiceProvider::class,
      Intervention\Image\ImageServiceProvider::class,
      jeremykenedy\laravelpodcast\PodcastServiceProvider::class,
    
  3. Register the dependencies aliases with laravel in config/app.php section under aliases with the following:, (*11)

      'Form' => Collective\Html\FormFacade::class,
      'Html' => Collective\Html\HtmlFacade::class,
      'Feeds'    => willvincent\Feeds\Facades\FeedsFacade::class,
      'Image' => Intervention\Image\Facades\Image::class,
    
  4. Publish the packages assets by running the following from your projects root folder:, (*12)

      php artisan vendor:publish
    
  5. Configure your projects .env file and add the following:, (*13)

      DB_CHARSET=utf8mb4
      DB_COLLATION=utf8mb4_unicode_ci
    
  6. Update the datebase by running the following from your projects root folder:, (*14)

      php artisan migrate
    

Routes

  • /podcast
  • /podcasts
  • /podcast/search
  • /podcasts/manage
  • /podcasts/player
  • /podcasts/settings
  • /podcasts/favorites
  • /podcasts/auto-update

Required Packages

(included in this package), (*15)

Screenshots

Home/Listen Page Manage Page Favorites Page Search Results Page Mark as Read Modal Mark All as Read Modal Add RSS Feed Modal Delete RSS Feed Modal, (*16)

License

laravelpodcast - A Laravel package is open-sourced software licensed under the MIT license, (*17)

The Versions

14/02 2017

dev-master

9999999-dev

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

14/02 2017

v0.0.8

0.0.8.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

14/02 2017

v0.0.7

0.0.7.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

14/02 2017

v0.0.6

0.0.6.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

14/02 2017

v0.0.5

0.0.5.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

13/02 2017

v0.0.4

0.0.4.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

13/02 2017

v0.0.3

0.0.3.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

13/02 2017

v0.0.2

0.0.2.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast

13/02 2017

v0.0.1

0.0.1.0

Laravel podcast manager package

  Sources   Download

MIT

The Requires

 

by Avatar jeremykenedy

laravel podcast