
Begin setting up your environment for a Laravel-based e-commerce restful api by installing Laravel, configuring composer, creating a new git repository, pushing to GitHub, and preparing a readme.
Build a Laravel e-commerce RESTful API by creating a resource controller, models, migrations, and factories. Define routes for product and review resources to support CRUD operations in the API.
Learn to set up and run Laravel migrations to create and refresh tables for products, reviews, customers, and related fields, and to synchronize your database during development.
Explore building a get review API resource in a Laravel e-commerce restful API. Implement the index method and paginate results to return a product's reviews collection.
Customize exception handling by creating a dedicated exception class, refactoring the handler, and wiring the new exception into the Laravel e-commerce restful api.
Learn to build a Laravel e-commerce RESTful API for product reviews by implementing create, view by id, and update operations with author-based access control and resource routing.
What Will I Learn?