A simple todo application with database.
Stacks:
- Laravel 9
- Livewire
- Tailwinds
- Vite
To install make sure you have all the minimum requirement to run laravel 9 (and make sure you have the latest composer and nodejs). Once all good, just run composer update.
- install laravel
- install jetstream with livewire https://jetstream.laravel.com/2.x/installation.html
- livewire https://laravel-livewire.com/docs/2.x/quickstart
- vite https://laravel-news.com/laravel-blade-hot-refresh-with-vite
- tailwindcss + vite https://tailwindcss.com/docs/guides/laravel#vite
- 24/07/2022
- support database, input validatation and error copywriting
- 25/07/2022
- add placeholder and datetime format
- 29/07/2022
- add login page, register page, profile page and all pages related with livewire
- update table todo (add user_id)
- add todotest