Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

PHPDorset/phpdorset.github.io

Repository files navigation

Build Status

CodeShip

About

PHP Dorset Site based on Silex + Twig

Setup

Quick start, just using PHP

You will need: composer, git and PHP (7.0+)

git clone https://github.com/PHPDorset/phpdorset.github.io.git phpdorset
cd phpdorset
composer install
php -S localhost:8000 -t web

Then browse to http://localhost:8000