I've installed Slim4 via composer by following the installation guide command,
php composer.phar create-project slim/slim-skeleton slimexample
Then went to localhost:8080 which returned a json object as below.
{
"statusCode": 404,
"error": {
"type": "RESOURCE_NOT_FOUND",
"description": "Not found."
}
}
Any help on this on how to get started to run my first slim