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' => '',
];
- With Console
php index.php
- With Browser
php -S localhost:8000 index.php
Pull requests are welcome!