- PHP ^7.4|^8.0
- Antidot Framework
- Doctrine ORM
- Twig Template Engine
Check the step-by-step tutorial on making the getting Started Todo App with Antidot Framework.
Open console
git clone [email protected]:antidot-framework/getting-started-app.git
cd getting-started-app
touch var/database.sqlite
composer install
bin/console orm:schema-tool:create
php -S 127.0.0.1:8000 -t public