Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

ODOT Laravel Project adding tasks

Hello,

In the Laravel course Hampton did not create a page for creating tasks. I'm interested how to do that. Should I do it in the TodoListController or create TaskController.

Chris Shaw
Chris Shaw
26,676 Points

Hi Kristian,

How far through the course are you as he does go into detail about creating the view, the form and the controller for adding tasks.

For reference the below link is where he explains this.

http://teamtreehouse.com/library/laravel-basics/blade-forms/form-builder

1 Answer

kevin revill
kevin revill
7,533 Points

Actually I can understand the question. The project does feel incomplete as, we simply did the work through the course to add the lists, but we did not in the course create the code to add tasks to the list. Those were added in the example by sql injection.

I would follow a similar process as of adding tasks in exactly the same way as adding lists.