Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 273 Bytes

PHP Starter

Description

This is a simple PHP starter project that includes a basic web server setup and a simple routing system.

Installation

git clone https://github.com/mehmetozguldev/php-starter.git
cd php-starter
php -S localhost:8888 -t public