Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 387 Bytes

Todo Demo in PHPixie

This is a basic Todo app implemented in the PHPixie framework.

Installation

git clone https://github.com/phpixie/demo-todo
cd demo-todo
php composer.phar update

If you are on Windows create a symlink/web/bundles/app pointing to /bundles/app/www. Linux handles the symlink automatically

Point your virtual host to the web/ folder of the project