Code Monkey home page Code Monkey logo

alpanango / laravelpodcast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeremykenedy/laravelpodcast

0.0 1.0 0.0 160 KB

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.

Home Page: https://packagist.org/packages/jeremykenedy/laravelpodcast

License: MIT License

PHP 10.53% CSS 77.30% HTML 12.17%

laravelpodcast's Introduction

laravelpodcast | A Laravel podcast manager package - v0.0.8

Total Downloads Latest Stable Version License

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.

Requirements

Installation

  1. From your projects root folder in terminal run:

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

       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:

       '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:

       php artisan vendor:publish
    
  5. Configure your projects .env file and add the following:

       DB_CHARSET=utf8mb4
       DB_COLLATION=utf8mb4_unicode_ci
    
  6. Update the datebase by running the following from your projects root folder:

       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)

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

License

laravelpodcast - A Laravel package is open-sourced software licensed under the MIT license

laravelpodcast's People

Contributors

jeremykenedy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.