Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 729 Bytes

Antidot Framework - Getting Started App

  • PHP ^7.4|^8.0
  • Antidot Framework
  • Doctrine ORM
  • Twig Template Engine

Getting Started Tutorial

getting-started.antidotfw.io

Check the step-by-step tutorial on making the getting Started Todo App with Antidot Framework.

Install

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

Final result list Final result edit Final result delete