-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Adarsh Kumar Maurya edited this page Nov 26, 2018
·
13 revisions
Welcome to the play-by-play-laravel-5-getting-started wiki!
This project introduces the Laravel framework to a relatively green PHP developer who is tasked with building a functional and maintainable microservice application. It will cover everything from project setup & installation to functioning endpoints with automated test support.
- Getting started with Laravel
- Configuring the Project Environment
- Building the Data Model - Creating Migration
- Building the Data Midel - Rolling Back & Resetting Migration, Creating Datbase Seeders
- Creating Models
- Creating Routers
- Creating Controllers
- Querying Data - Reading Data via API
- Querying Data - Building Test Cases
- Adding Objects - Inserting Data via API
- Adding Objects - Updating Data via API
- Adding Objects - Basic Valdiation
- Adding Objects - Custom Validation