An open API service indexing awesome lists of open source software.

https://github.com/sensorario/ruotino-di-scorta


https://github.com/sensorario/ruotino-di-scorta

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ruotino di scorta

## Create the project

```terminal
composer create-project sensorario/ruotino-di-scorta
```

## Update config/routes.php

```php
App\HomeController::class
];
```

## Create the controller

```php
setResponse([
'It' => 'works!!',
]);
}
}
```

## Run php built-in server

```terminal
php -S localhost:8888 -t public
```

and then navigate into http://localhost:8888