In this section we'll explore the main features of Laravel while building API for products manager app that we've built in the previous section.
This section covers:
Routing
Handling request and response
Views
Migration
Seeders
Working with Faker Library
Eloquent
Eloquent Relationship
Model Factories
API Resources
Controller
Validation
To follow along the lessons you might download the laravel-starter-app that I've already attached in the course resource. Basically it's just a fresh Laravel 7 project, I provided it for you just to avoid you facing any issues because you're using different versions of Laravel.
Once you've download the starter file, you can extract it and open the README.md file and follow the instructions.
Alright, let's get started!