European Internet School: Освоение Laravel: от настройки до продвинутой экосистемы
Европейская интернет-школа
Назад
/
Web Development
/
Освоение Laravel: от настройки до продвинутой экосистемы
Освоение Laravel: от настройки до продвинутой экосистемы
Содержание курса
Урок 1: Why Laravel? History, Philosophy, and the Modern PHP Landscape
# Why Laravel? History, Philosophy, and the Modern PHP Landscape ## Introduction In the early days...
Начать урок
Урок 2: Setting Up Your Development Environment: Valet, Homestead, and Composer
# Setting Up Your Development Environment: Valet, Homestead, and Composer Before writing a single l...
Начать урок
Урок 3: Understanding the Laravel Directory Structure and Configuration
# Understanding the Laravel Directory Structure and Configuration When you instantiate a new Larave...
Начать урок
Урок 4: Routing Fundamentals: Verbs, Parameters, and Named Routes
# Routing Fundamentals: Verbs, Parameters, and Named Routes Routing is the mechanism by which a web...
Начать урок
Урок 5: Controllers Deep Dive: Resource Controllers and Dependency Injection
# Controllers Deep Dive: Resource Controllers and Dependency Injection In the architecture of a Lar...
Начать урок
Урок 6: Mastering the Blade Templating Engine and Layout Inheritance
# Introduction to Blade and Layout Inheritance The Blade templating engine stands as the heart of L...
Начать урок
Урок 7: Creating Custom Blade Directives and Components
# Creating Custom Blade Directives and Components The Blade templating engine is the heart of Larav...
Начать урок
Урок 8: Database Configuration, Migrations, and Seeders
# Database Configuration, Migrations, and Seeders ## Introduction In the architecture of modern PH...
Начать урок
Урок 9: Eloquent ORM Basics: Models, Relationships, and Scopes
# Eloquent ORM Basics: Models, Relationships, and Scopes Eloquent is Laravel's implementation of th...
Начать урок
Урок 10: Advanced Eloquent: Accessors, Mutators, and Collections
# Advanced Eloquent: Accessors, Mutators, and Collections Eloquent ORM is the heart of Laravel's da...
Начать урок
Урок 11: Handling User Input: Requests, Validation, and File Uploads
# Handling User Input: Requests, Validation, and File Uploads In modern web development, the bounda...
Начать урок
Урок 12: Authentication and Authorization: Guards, Policies, and Gates
# Authentication and Authorization: Guards, Policies, and Gates ## Introduction Building secure ap...
Начать урок
Урок 13: The Request Lifecycle: Middleware and Service Providers
# The Request Lifecycle: Middleware and Service Providers Understanding the internal mechanics of h...
Начать урок
Урок 14: The Service Container: Binding, Resolution, and Facades
# The Service Container: Binding, Resolution, and Facades The Service Container is the beating hear...
Начать урок
Урок 15: Testing Laravel Applications: Unit, Feature, and Browser Tests with Dusk
# Testing Laravel Applications: Unit, Feature, and Browser Tests with Dusk ## Introduction Testing...
Начать урок
Урок 16: Building Robust APIs: Resources, Transformations, and Passport
# Building Robust APIs: Resources, Transformations, and Passport Modern web development increasingl...
Начать урок
Урок 17: Storage, Sessions, Caching, and Logging Strategies
# Storage, Sessions, Caching, and Logging Strategies Building robust Laravel applications requires ...
Начать урок
Урок 18: Asynchronous Laravel: Queues, Jobs, Events, and Broadcasting
# Asynchronous Laravel: Queues, Jobs, Events, and Broadcasting Modern web applications demand speed...
Начать урок
Урок 19: Task Scheduling and Sending Emails and Notifications
# Task Scheduling and Sending Emails and Notifications Modern web applications rarely operate in a ...
Начать урок
Урок 20: Helper Functions, Collections, and the Laravel Ecosystem
# Helper Functions, Collections, and the Laravel Ecosystem Laravel distinguishes itself from other ...
Начать урок