https://github.com/sensorario/ruotino-di-scorta
https://github.com/sensorario/ruotino-di-scorta
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensorario/ruotino-di-scorta
- Owner: sensorario
- Created: 2023-07-20T05:12:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T22:08:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T19:45:42.465Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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