Skip to content

Installation

Debusschère Alexandre edited this page Aug 11, 2020 · 1 revision

Requirements

  • PHP 7.2+
  • Web server with URL rewriting
  • Composer

Create a new project

Simply use the Composer's create-project command :

composer create-project borschphp/skeleton borsch

Test it

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.

Clone this wiki locally