Skip to content

Commit

Permalink
Merge pull request #31 from Flamov/dev
Browse files Browse the repository at this point in the history
Bunch of updates
  • Loading branch information
Flamov committed Dec 23, 2017
2 parents 1112c0e + 053e7c6 commit 2c8df57
Show file tree
Hide file tree
Showing 25 changed files with 398 additions and 336 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -36,4 +36,3 @@ The website makes use of SVG files. Make sure your web server is configured to p

### Credits:
* Some icons used are provided by _feather_: https://www.github.com/colebemis/feather
* RSS feed generation is done with _podcastfeed_: https://www.github.com/torann/podcastfeed
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -7,8 +7,7 @@
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0",
"torann/podcastfeed": "^0.2.2"
"laravel/tinker": "~1.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down
52 changes: 1 addition & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions config/app.php
Expand Up @@ -177,11 +177,6 @@
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,

/*
* https://github.com/Torann/podcastfeed
*/
Torann\PodcastFeed\PodcastFeedServiceProvider::class,

],

/*
Expand Down Expand Up @@ -218,7 +213,6 @@
'Mail' => Illuminate\Support\Facades\Mail::class,
'Notification' => Illuminate\Support\Facades\Notification::class,
'Password' => Illuminate\Support\Facades\Password::class,
'PodcastFeed' => Torann\PodcastFeed\Facades\PodcastFeed::class,
'Queue' => Illuminate\Support\Facades\Queue::class,
'Redirect' => Illuminate\Support\Facades\Redirect::class,
'Redis' => Illuminate\Support\Facades\Redis::class,
Expand Down
16 changes: 0 additions & 16 deletions config/podcast-feed.php

This file was deleted.

1 change: 1 addition & 0 deletions resources/assets/images/global/more-icon-google.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/assets/images/global/more-icon-itunes.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/assets/images/global/more-icon-rss.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/assets/images/seo/podcast-feed-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c8df57

Please sign in to comment.