wolfshine-git / Fat-Free-PHP-Bootstrap-Site

Sample Bootstrap site based on the Fat-Free PHP Framework with tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fat-Free-PHP-Bootstrap-Site

This a sample project to kick-start an MVC web application based on the Fat-Free PHP Framework.

The project is a result of a tutorial series that you can follow on http://takacsmark.com.

The sample project works with a MySQL database. After cloning the repository update database configuration info in the config.ini file.

You can run the project from the project directory by issuing the command "php -S localhost:8088 -t .".

If you prefer to use your own web server, please make sure that it is configured to support f3 routing as described on http://fatfreeframework.com/routing-engine.

Installation

After cloning the repo please run

composer install

in terminal in the project folder.

About

Sample Bootstrap site based on the Fat-Free PHP Framework with tutorials


Languages

Language:HTML 47.6%Language:PHP 40.1%Language:CSS 9.8%Language:JavaScript 2.5%