| 1 | <?php |
||
| 7 | class FeedServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Bootstrap the application services. |
||
| 11 | */ |
||
| 12 | public function boot() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Register the application services. |
||
| 25 | */ |
||
| 26 | public function register() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Gets feeds routes and generates feeds. |
||
| 35 | */ |
||
| 36 | protected function registerFeeds() |
||
| 45 | |||
| 46 | protected function registerRoute($feedConfiguration) |
||
| 54 | } |
||
| 55 |