Lessons: 13Length: 1.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.3 Create Route Controllers

Now that you have a route in place, you need to be able to handle web requests that are sent to that route. To do this, you will need to create a PHP class and method, and then map this method to your route.