- Fork this repository.
- Build a TodoApp from your fork.
- Create Todo.
- Show all Todo.
- Edit Todo.
- Delete Todo.
- Fluently using Eloquent Model.
- your TodoApp can represent use case of
belongsToMany. - your TodoApp can represent use case of
hasManyThrough. - your TodoApp can represent use case of Polymorphic Relationship
morphManyormorphToMany.
- your TodoApp can represent use case of
- Implement logic separation from controller such as using
ActionsorJobs. - Implement Inertia and Tailwind CSS.
- Implement Feature, Unit, or Browser Tests.
Q : I'm not familiar with Jetstream / Inertia / Vue 3 / Tailwind CSS
A : You're free to change your fork to your familiar stack, even you're free to not fork this repo and create from fresh laravel as long as MVP achieved.
Q : Is this repo only work on PHP 8 ?
A : yes it is. That's why we create./ngeanddocker-compose.yamlscript.
