Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 285 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 285 Bytes

Slim PHP Course

This repository contains the example code for my PHP Microframeworks with Slim course. Inside each directory, you will find the completed code for that project.

To run the local development server:

cd Project\ 1/public/
php -S localhost:8000