Title: Blade Engine
Author: Lars Jansen
Published: <strong>6 Tháng 8, 2017</strong>
Last modified: 6 Tháng 8, 2017

---

Tìm kiếm plugin

![](https://ps.w.org/wp-blade-engine/assets/banner-772x250.png?rev=1709215)

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://ps.w.org/wp-blade-engine/assets/icon-256x256.png?rev=1709215)

# Blade Engine

 Bởi [Lars Jansen](https://profiles.wordpress.org/lars-2/)

[Tải về](https://downloads.wordpress.org/plugin/wp-blade-engine.1.0.1.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/wp-blade-engine/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/wp-blade-engine/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/wp-blade-engine/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/wp-blade-engine/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/wp-blade-engine/)

## Mô tả

This plugin adds and loads philo/laravel-blade to your WordPress installation.
 
It loads two functions, which enable you to use the Blade render engine in your 
templates which make your themes better readable.

### Usage

The plugin adds two functions:
 – render_blade_view (void, echoes the content) –
get_rendered_blade_view (string)

Both functions take the same parameters:
 1. view (required, string) 2. attributes(
optional, array)

When installed, the plugin creates a “views” folder in your theme directory. This
is where you put your blade templates (with the .blade.php extension).
 The “views”
folder may contain subfolders.

### Example

wp-contents/themes/your-theme/views/components/article.blade.php:
 `blade @if($show_text){{
$text }} @endif

wp-contents/themes/your-theme/functions.php:
 `php <?php render_blade_view('components.
article', [ 'show_text' => true, 'text' => 'Hello World!', ]);

When ran on any page, it will output “Hello World!”

### Blade

Blade is a template engine which is mainly used by Laravel. More information here:
https://laravel.com/docs/5.1/blade
 This plugin supports all the directives which
are available in Laravel 5.1.

### License

This file is part of Blade Engine.

Blade Engine is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published
 by the Free Software Foundation.

Blade Engine is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

Get a copy of the GNU General Public License in [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

## Cài đặt

 * Upload plugin files to your plugins folder, or install using WordPress built-
   in Add New Plugin installer;
 * Activate the plugin;

## Hỏi đáp

  Installation Instructions

 * Upload plugin files to your plugins folder, or install using WordPress built-
   in Add New Plugin installer;
 * Activate the plugin;

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Blade Engine” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ Lars Jansen ](https://profiles.wordpress.org/lars-2/)

[Dịch “Blade Engine” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/wp-blade-engine)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/wp-blade-engine/), check
out [SVN repository](https://plugins.svn.wordpress.org/wp-blade-engine/), hoặc theo
dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/wp-blade-engine/)
qua [RSS](https://plugins.trac.wordpress.org/log/wp-blade-engine/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0.0

 * Initial version

## Meta

 *  Phiên bản **1.0.1**
 *  Cập nhật lần cuối **9 năm trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 4.8 hoặc cao hơn **
 *  Đã kiểm tra lên đến **4.8.28**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/wp-blade-engine/)
 * Thẻ
 * [Blade](https://vi.wordpress.org/plugins/tags/blade/)[engine](https://vi.wordpress.org/plugins/tags/engine/)
   [Laravel](https://vi.wordpress.org/plugins/tags/laravel/)[render](https://vi.wordpress.org/plugins/tags/render/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/wp-blade-engine/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/wp-blade-engine/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/wp-blade-engine/reviews/)

## Những người đóng góp

 *   [ Lars Jansen ](https://profiles.wordpress.org/lars-2/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/wp-blade-engine/)