Fat Free Framework Setup
This is a short guide on how to add the Fat Free Framework to your server. Make sure to follow Setup PHPStorm SFTP first.
Add Fat Free Framework (FFF)
- Go to the FFF Website
- Download the latest release
- In PHPStorm Create a Directory named
AboveWebRoot
- Add copy the contents of
fatfree-master
folder to theAboveWebRoot
Directory
- Go to
Build, Execution, Deployment
->Deployment
, - go to
Mappings
tab -
Click Add New Mapping
- Local Path:
AboveWebRoot
folder you just creates - Deployment Path:
- right click the top level
- create a Dirctory named
AboveWebRoot
- Web Path:
/
- click Okay
- Local Path:
- Right click the
AboveWebRoot
directory in your PHPStorm project and selectDeployment
->Upload to YOUR_DOMAIN.edinburgh.domains
- Fat free should now be on your server. Check in your
edinburgh.domains
File Manager to make sure.