PHP Web Application Framework with Laravel

Deskripsi

Laravel adalah sebuah framework yang dinamis dan modern untuk pengembangan aplikasi web.  Laravel menggunakan konsep Model-View-Controller (MVC). Framework Laravel banyak digunakan karena sifatnya yang Open-Source, reliable, menyediakan Fitur dan Library yang lengkap. Dalam training ini peserta akan mempelajari konsep dan pemahaman dasar untuk mengembangkan aplikasi berbasis web dengan bahasa PHP dan framework Laravel.

Durasi: 3 (Tiga) Hari

Daftar Materi

  • Introduction
    • Why Larval is so popular in short span of time
    • Installing xampp or wamp
    • Installation and configuration of Laravel
  • Understanding concept of Routing in Laravel
    • Basic of routing
    • Uuderstanding route Parameters
    • Installation and configuration of Laravel
  • Understanding Views
    • What is Blade in Laravel 5
    • Passing Data To Views
    • Conditionals And Loops
    • How to extend Views
    • Using HTML Builder
  • Using Forms in Laravel
    • GET And POST Requests
    • Using FormBuilder in Laravel
  • Using Database in Laravel
    • Connecting To The DB
    • How to use Raw SQL
    • Understanding QueryBuilder in Laravel
    • Functions
  • MVC & REST
    • Controllers in Laravel
    • Basic Controllers in Laravel
    • Restful Controllers in Laravel
    • Resource Controllers in Laravel
  • Advanced Database
    • What is Migrations
    • Using SchemaBuilder
    • What is Seeding
    • Using Models
    • Eloquent Part 1
    • Eloquent Part 2
    • Relationships
  • Using Registration And Login System
    • Setting Up The Resource
    • Registration
    • Profile Pages
    • Updating and deleting profiles
    • Handling Authentication profiles
    • Handling Authentication
  • Study Case