Getting started

In this tutorial, we will create a simple TODO List application using Smalldb and Symfony. The application will let us create tasks and then mark them as completed. To do so, we will set up a minimal Symfony application, and create a Smalldb state machine that will control the lifecycle of the tasks.

Table of Contents

  1. Intro ← You are here.
  2. Installation & Setup
  3. State Machine Definition
  4. State Machine Transitions
  5. State Machine Properties
  6. Repository
  7. Controller & Templates
  8. Security and Access Control
  9. Conclusion

Screenshot: To Do List Application