Title: Blade Engine
Author: Lars Jansen
Published: <strong>2017년 8월 6일</strong>
Last modified: 2017년 8월 6일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Blade Engine

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

[다운로드](https://downloads.wordpress.org/plugin/wp-blade-engine.1.0.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-blade-engine/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-blade-engine/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-blade-engine/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-blade-engine/#developers)

 [지원](https://wordpress.org/support/plugin/wp-blade-engine/)

## 설명

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/).

## 설치

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

## FAQ

  Installation Instructions

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

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Blade Engine”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “Blade Engine”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-blade-engine)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-blade-engine/)는, 
[SVN 저장소](https://plugins.svn.wordpress.org/wp-blade-engine/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/wp-blade-engine/)을 [RSS](https://plugins.trac.wordpress.org/log/wp-blade-engine/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0

 * Initial version

## 기초

 *  버전 **1.0.1**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 4.8 또는 그 이상 **
 *  다음까지 시험됨: **4.8.28**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-blade-engine/)
 * 태그:
 * [Blade](https://ko.wordpress.org/plugins/tags/blade/)[engine](https://ko.wordpress.org/plugins/tags/engine/)
   [Laravel](https://ko.wordpress.org/plugins/tags/laravel/)[render](https://ko.wordpress.org/plugins/tags/render/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-blade-engine/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-blade-engine/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-blade-engine/)