DEV Community

Discussion on: Creating a Multi-User To-Do Application with Laravel JetStream

Collapse
 
soliman_79 profile image
Soliman

Thank you Erika! That was just what I was looking for.

Some feedback:

1: Don't forget the "s" in "items" in the php artisan make:migration create-todo-items-table command. I ran into a "todo_items" table does not exist issue.

2: The gif after "This is how the updated application should look like:" is showing the Profile page not the to-do page.

3: wire:model.defer="state.description" in form.blade.php should be wire:model.defer="description"