Training Calendar

Mon Tue Wed Thu Fri Sat Sun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

psmb

Total Visitors


Today: 1
Yesterday: 10
This Week: 11
Last Week: 6
This Month: 22
Last Month: 185
Total: 46493

Web Applications Development with Laravel PHP Framework

 

Course Overview

Laravel has taken the PHP community by storm, with its incredibly expressive syntax, the most powerful Active-Record implementation available, a robust command line tool, and much more.

 

 

Pre-requisites

Delegates should have practical experience of writing web applications in PHP.

Target Audience

 

Developers who wish to know how to develop web applications using Laravel PHP Framework

Laravel - Schedule

Day 1

09.00am – 10.00am

Introduction

  • Overview
  • Installation and Composer
  • Configuration
10.00am – 10.30am

Breakfast

10.30am – 12.45pm

Request, Routing & Responses

  • Request Lifecycle
  • Basic Routing
  • Route Parameters
  • Views
  • Views Data

12.45pm – 02.15pm

Lunch

02.15pm – 05.00pm

  • Redirects
  • Custom Responses
  • Response Shortcuts

Controllers

  • Creating Controllers
  • Controller Routing
  • RESTful Controllers

Day 2

09.00am – 10.00am

Blade

  • Creating Templates
  • PHP Output
  • Controller Structures
  • Templates Inheritance

10.00am – 10.30am

Breakfast

10.30am – 12.45pm

Advanced Routing

  • Named Routes
  • Secure Routes
  • Parameter Constraints
  • Route Groups

12.45pm – 02.15pm

Lunch

02.15pm – 05.00pm

  • Route Prefixing
  • Domain Routing

URL Generation

  • The current URL
  • Generating Framework URLs
  • Asset URLs
  • Generation Shortcuts

                                                                        Day 3

09.00am – 10.00am

Request Data

  • Retrieval
  • Old Input
  • Uploaded Files
  • Cookies

10.00am – 10.30am

Breakfast

10.30am – 12.45pm

Forms

  • Opening Forms
  • Form Fields
  • Form Buttons
  • Form Macro
  • Form Security

12.45pm – 02.15pm

Lunch

02.15pm – 05.00pm

Validation

  • Simple Validation
  • Validation Rules
  • Error Messages
  • Custom Validation Rules
  • Custom Validation Messages

                                                                        Day 4

09.00am – 10.00am

Databases

  • Abstraction
  • Configuration
  • Preparing

10.00am – 10.30am

Breakfast

10.30am – 12.45pm

Schema Builder

  • Creating Tables
  • Column Types
  • Special Column Types
  • Column Modifiers
  • Updating Tables
  • Dropping Tables
  • Schema Tricks

12.45pm – 02.15pm

Lunch

02.15pm – 05.00pm

Migrations

  • Basic Concept
  • Creating Migrations
  • Running Migrations
  • Rolling Back
  • Migration tricks