-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Adarsh Kumar Maurya edited this page Nov 30, 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 Model - Rolling Back & Resetting Migration, Creating Database Seeders
- Creating Models
- Creating Routes
- 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 Validation
- Adding Objects - Custom Validation