This is Lesson 5 of Build Your First Laravel App, my FREE 5 lesson video course that has helped over 10,000 developers learn to build their first Laravel web application, step by step.
Last time you completed the MVC puzzle but were left with a page full of unreadable data.
In this final lesson, you’ll finish your new Movies page and complete your first Laravel application! (Oh, and you’ll even add Bootstrap to your app to give things a bit of makeover.)
[YOUR_PROJECT]/routes/web.php
, as opposed to [YOUR_PROJECT]/app/Http/routes.php
, it’s location in previous versions of Laravel, as seen in this video. Make sure you add your code to the file in the new location!