Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Build a REST API with Laravel!
You have completed Build a REST API with Laravel!
Preview
Now that we’ve set up our Laravel application and created factories that generate our test data, we’re ready to explore the differences between Controllers and Resource Controllers. See you there!
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
created factories that generate our
test data we're ready to explore
0:00
the differences between controllers and
resource controllers.
0:04
The main difference between these two
controllers is that resource controllers
0:09
include all of the CRUD
goodies pre-built for
0:14
us making this development task
a snap in the context of a REST API.
0:17
The key word is resource, and
we'll use CRUD operations on our
0:24
API resources, such as authors and
books in order to read,
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up