To download Solital, use the command below:
composer create-project solital/solital project
It only takes a few lines of code to get started:
Course::get('/', function() {
return 'Hello world';
});
To execute the project, run the command:
php vinci server
You can change your project IP if you want
php vinci server localhost:8001