Course
Skills Expanded
Play by Play: Getting Started with Laravel 5 with Steven Maguire
Learn how to build a microservice with Laravel in two hours.
What you'll learn
This course introduces the Laravel framework to a relatively green PHP developer who is tasked with building a functional and maintainable microservice application. The course will cover everything from project setup & installation to functioning endpoints with automated test support.
Table of contents
Introduction
0mins
Getting Started with Laravel 5
116mins
- Getting Started 5m
- Configuring the Project Environment 3m
- Building the Data Model - Creating Migrations 14m
- Building the Data Model - Rolling Back & Resetting Migrations, Creating Database Seeders 9m
- Creating Models 6m
- Creating Routes 13m
- Creating Controllers 12m
- Querying Data - Reading Data via API 10m
- Querying Data - Building Test Cases 12m
- Adding Objects - Inserting Data via API 13m
- Adding Objects - Updating Data via API 3m
- Adding Objects - Basic Validation 9m
- Adding Objects - Custom Validation 8m