Back to Browse

Tasks: Deleting Tasks

238 views
Apr 7, 2020
3:28

In this video we add the ability to delete tasks Steps: 1. Add a new delete route 2. Create a handler in our TaskController 3. Add a button for deleting a task to Task.vue 4. Add a removeTask method in Task.vue to call our new route and to update the task list in our Vuejs component Source Code: https://github.com/alpascasts/fireplace/releases/tag/v0.10.0 References: Returning Responses: https://alpas.dev/docs/http-response/#returning-response-payload

Download

0 formats

No download links available.

Tasks: Deleting Tasks | NatokHD