Tag

Blade

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 26, 2024 · Backend Development

Key New Features in Laravel 11: Improved HTTP Client, Query Builder, Testing Tools, Blade Components, and Type‑Safe Routing

Laravel 11 introduces a suite of enhancements—including a refined HTTP client with retry support, advanced query‑builder aggregation methods, streamlined testing assertions, expanded Blade component directives, and native type‑safe routing—to boost performance, simplify development workflows, and improve code maintainability for PHP developers.

BladeHTTP ClientLaravel
0 likes · 4 min read
Key New Features in Laravel 11: Improved HTTP Client, Query Builder, Testing Tools, Blade Components, and Type‑Safe Routing
php中文网 Courses
php中文网 Courses
Jun 13, 2024 · Backend Development

Why and How to Use Laravel Livewire: Benefits, Scenarios, and Implementation Guide

Laravel Livewire is a full‑stack Laravel framework that lets developers build modern, responsive user interfaces using only PHP and Blade, eliminating the need for custom JavaScript, and the article explains its advantages, suitable use cases, installation steps, component creation, and advanced features.

BladeLaravelLivewire
0 likes · 8 min read
Why and How to Use Laravel Livewire: Benefits, Scenarios, and Implementation Guide
php中文网 Courses
php中文网 Courses
May 28, 2024 · Backend Development

Understanding Laravel Components: Class‑Based and Anonymous Blade Components

This article explains Laravel's component system, detailing both class‑based and anonymous Blade components, how to generate them with Artisan, define their PHP classes and Blade views, pass data and slots, and use named slots to build reusable UI elements.

BladeComponentsLaravel
0 likes · 7 min read
Understanding Laravel Components: Class‑Based and Anonymous Blade Components
php中文网 Courses
php中文网 Courses
Feb 8, 2021 · Backend Development

Laravel Like Comment: Installation and Usage Guide

This article introduces the Laravel‑like‑comment package, outlines its features, and provides step‑by‑step instructions—including Composer installation, service provider registration, asset publishing, database migration, CSS/JS inclusion, user model configuration, and Blade directives for adding likes and comments—to integrate a full‑featured AJAX comment system into a Laravel application.

AJAXBladeLaravel
0 likes · 5 min read
Laravel Like Comment: Installation and Usage Guide
Laravel Tech Community
Laravel Tech Community
Jun 30, 2020 · Backend Development

Laravel Blade Template Engine: Overview, Examples, and Routing Guide

This article provides a comprehensive guide to Laravel's Blade templating engine, covering its overview, layout and child templates, data assignment in controllers, reusable subviews, Blade directives, and a complete routing system for CRUD operations with examples of URL generation.

BladeLaravelPHP
0 likes · 5 min read
Laravel Blade Template Engine: Overview, Examples, and Routing Guide
Laravel Tech Community
Laravel Tech Community
May 12, 2020 · Backend Development

Laravel Blade Template Inheritance, Includes, and Control Structures Tutorial

This article explains how to use Laravel's Blade templating engine for creating reusable layouts with inheritance, including child views, passing parameters, template includes, and Blade's convenient control structures such as conditionals, authentication checks, switch statements, and various loop directives, all illustrated with complete code examples.

BladeLaravelPHP
0 likes · 9 min read
Laravel Blade Template Inheritance, Includes, and Control Structures Tutorial
Laravel Tech Community
Laravel Tech Community
Apr 13, 2020 · Backend Development

Laravel Blade Template Engine: Inheritance, Components, Slots, Data Display, Flow Control and Extending Blade

This article provides a comprehensive guide to Laravel's Blade templating engine, covering file structure, layout inheritance, sections, components and slots, data rendering, integration with JavaScript frameworks, conditional statements, loops, view inclusion, collection rendering, and how to create custom Blade directives.

BladeLaravelPHP
0 likes · 14 min read
Laravel Blade Template Engine: Inheritance, Components, Slots, Data Display, Flow Control and Extending Blade