Download the PHP package jeremykenedy/laravelpodcast without Composer
On this page you can find all versions of the php package jeremykenedy/laravelpodcast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeremykenedy/laravelpodcast
More information about jeremykenedy/laravelpodcast
Files in jeremykenedy/laravelpodcast
Package laravelpodcast
Short Description Laravel podcast manager package
License MIT
Informations about the package laravelpodcast
laravelpodcast | A Laravel podcast manager package - v0.0.8
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
-
Example new project creation command:
-
Laravel Authentication Scaffolding
Authentication installation command:
Installation
-
From your projects root folder in terminal run:
-
Register the package with laravel in
config/app.php
underproviders
with the following: -
Register the dependencies aliases with laravel in
config/app.php
section underaliases
with the following: -
Publish the packages assets by running the following from your projects root folder:
-
Configure your projects
.env
file and add the following: - Update the datebase by running the following from your projects root folder:
Routes
Required Packages
(included in this package)
Screenshots
License
laravelpodcast - A Laravel package is open-sourced software licensed under the MIT license
All versions of laravelpodcast with dependencies
laravelcollective/html Version ^5.3.0
willvincent/feeds Version ^1.1
intervention/image Version ^2.3