Prototype of a todo list in PHP using twig
Screenshot:
- Run
$ composer installto install the required dependencies. - Copy db_config.inc.php.default to db_config.inc.php and set the values according to your environment.
- Run createDB.sql to create the database and the table.