# Installation
# Light-PHP
composer create-project bakeiro/light-php
PHP -S localhost:8080 -t .\light-php\public\
# Light-PHP-site:
Install a full featured site, including login, admin page, and good coding practices to see how to develop a site using this technology, more info here
composer create-project bakeiro/light-php-site
PHP -S localhost:8080 -t .\light-php-site\public\
# Sample site
After starting the web and database server, you will see the sample site, this site is an example of how to do a project using this framework