Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 260 Bytes

flight-twig-skeleton

Flight PHP framework with Twig templating engine skeleton project

Quick Start

git clone https://github.com/charlesastaylor/flight-twig-skeleton.git
cd flight-twig-skeleton
composer install
cd public
php -S localhost:8000