Example project showing the project structure of a simple blog app built with IHP as described in the Section Your First Project.
After following the steps to install IHP, you can run this app locally by running:
./start
This will automatically deal with installing all dependencies, setting up the development database and importing fixtures.
This repository has a branch auth
. There you see how the authentication looks when set up. You can find the diff here.