Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 549 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 549 Bytes

RSSFeeder

Step 1: Set up

Set up the url which you will be fetching from within settings/inputSettings.php

<?php

return [

    /*
    |-----------------------------------------------------------------
    | Default Url
    |-----------------------------------------------------------------
    |
    | You can set up the Url
    |
    */

    'url' => '',

];

Step 2: Run

  • With Console
php index.php
  • With Browser
php -S localhost:8000 index.php

Contribution

Pull requests are welcome!