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
- Intro ← You are here.
- Installation & Setup
- State Machine Definition
- State Machine Transitions
- State Machine Properties
- Repository
- Controller & Templates
- Security and Access Control
- Conclusion