Small Symfony2 project that's built to show how Google Authenticator (Two Factor Authentication) can be plugged into a project.
I've followed the blog post at http://www.christianscheb.de/archives/302
- Install Vendors
php composer.phar update
- Make Cache & Logs Writable
chmod +w -R app/cache
chmod +w -R app/logs
- Generate Database & Tables
php app/console doctrine:database:create
php app/console doctrine:schema:update --force