-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Debusschère Alexandre edited this page Aug 11, 2020
·
1 revision
- PHP 7.2+
- Web server with URL rewriting
- Composer
Simply use the Composer's create-project command :
composer create-project borschphp/skeleton borsch
Run this command to start a local server :
php -S 0.0.0.0:8080 -t ./public/ ./public/index.php
Then go to 0.0.0.0:8080 to see the welcome page of your project.