Surface is simple, light-weight, MVC based framework written in PHP to provide a faster, secure and efficent way to build websites.
git clone https://github.com/feat7/Surface.git <app-name>
cd <app-name>
composer install
To serve:
php -S 0.0.0.0:8000
Checkout http://localhost:8000
in your browser!
LAMP
stack on your PC.cd /var/www/
git clone https://github.com/feat7/Surface.git <folder-name-you-just-deleted>
composer install
If you're using XAMPP
then simply move of the contents to htdocs
folder. Note that htdocs should be root folder and don't make any subfolder inside it.
I will make the installation procedure easier and more convenient. Create issue if you face any problem regarding installation. Router will be very robust and flexible in next version.
Please create issue first if you're planning to contribute.
The MIT LICENSE. See LICENSE for more.