Laravel is an open-source PHP framework, which is robust and easy to understand. It follows a model-view-controller design pattern. Laravel reuses the existing components of different frameworks which helps in creating a web application. The web application thus designed is more structured and pragmatic.

So, if you are a developer who are new to Laravel and want to learn the most popular features it offers, then go for this course

Leran Laravel

What you will learn ?

Architecture Foundation

  • Service Providers
  • Service Containers
  • Facades
  • Request Life Cycle
  • Request Life Cycle

Setup & Installation

  • Requirement
  • Installation
  • Web Server Configuration
  • Project Structure

Basic Routing

  • Basic Routing
  • Route Parameters

Responses

  • Views
  • Redirects
  • Custom Responses

Middleware

  • Introduction
  • Defining Middleware
  • Registering Middleware

Controllers

  • Introduction
  • Basic Controllers
  • Controller Middleware
  • Implicit Controllers
  • RESTful Resource Controllers

Blade Templates

  • Creating Templates
  • PHP Output
  • Control Structures
  • Templates
  • Template Inheritance

Advance Routing

  • Named Routes
  • Secure Routes
  • Parameter Constraints
  • Route Prefixing
  • Domain Routing

URL Generation

  • The Current URL
  • Generating Framework URLS
  • Asset URLs
  • Generation Shortcuts

Request Data

  • Retrieval
  • Old Input
  • Upload Files
  • Cookies

Forms

  • Forms
  • Fields
  • Buttons
  • Security

Validation

  • Validation
  • Controller Validation
  • Form Request Validation
  • Working with Error Messages
  • Error Messages and Views
  • Available Validation Rules
  • Custom Error Messages
  • Custom Validation Rules

Basic Database Usage

  • Configuration
  • Read/Write Connections
  • Running Queries
  • Database Transaction
  • Accessing Connections

Query Builder

  • Introduction
  • Selects
  • Join
  • DML Queries

Schema Builder

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

Migrations

  • Basic Concept
  • Creating Migration
  • Rolling Back
  • Migration Tricks

Eloquent ORM

  • Creating new models
  • Reading Existing Models
  • Updating Existing Models
  • Deleting Existing Models

Eloquent Queries

  • Preparation
  • Eloquent to string
  • Query Structure
  • Magic Queries
  • Query Scopes

Eloquent Relationship

  • Relationships
  • Implementing Relationship
  • Relating and Querying

Leave a Reply

Your email address will not be published. Required fields are marked *