mbabic131 / phpfreefatexample

FreeFatFramework Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatfree composer demo

This is a little F3 app that uses composer for loading dependencies.

To install the requirements, just run composer install and it'll download the fatfree-core and additional packages.

This setup uses the composer autoloader for loading all fixed dependencies, but the F3 autoloader for all application classes. This way you don't need to update your composer classmap all the time while developing your application, since the F3 classloader is smart enough to load your files dynamically.

About

FreeFatFramework Example

License:GNU General Public License v3.0


Languages

Language:PHP 99.7%Language:HTML 0.2%Language:ApacheConf 0.1%