1 | <?php |
||
9 | class FeedServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application services. |
||
13 | */ |
||
14 | public function boot() |
||
27 | |||
28 | /** |
||
29 | * Register the application services. |
||
30 | */ |
||
31 | public function register() |
||
37 | |||
38 | /** |
||
39 | * Gets feeds routes and generates feeds. |
||
40 | */ |
||
41 | protected function registerFeeds() |
||
50 | |||
51 | protected function registerRoute($feedConfiguration) |
||
59 | |||
60 | public function bindFeedsLinks() |
||
66 | } |
||
67 |