Skip to content

Commit

Permalink
Add a tag to publish views
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed May 12, 2017
1 parent 5da072f commit f1cb45b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-feed` will be documented in this file

## 1.3.1 - 2017-05-12
- add a tag to publish views

## 1.3.0 - 2017-04-13
- allow views to be published

Expand Down
2 changes: 1 addition & 1 deletion src/FeedServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()

$this->publishes([
__DIR__.'/../resources/views' => resource_path('views/vendor/laravel-feed'),
]);
], 'views');

$this->bindFeedLinks();
}
Expand Down

0 comments on commit f1cb45b

Please sign in to comment.