Part 2 - Creating a route, controller and view
PREREQUISITES
- Finished Laravel exercise -> Part 1 - Creating the project
- Finished Laravel -> Basic routing & views
- Finished Laravel -> Basic controllers
- Create a route, controller and view for the home page (= page shown at root URL)
- For now the homepage only shows a
h1
title: