PHPackages                             ajiho/think-blade - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. ajiho/think-blade

ActiveLibrary[Templating &amp; Views](/categories/templating)

ajiho/think-blade
=================

Blade integration for thinkphp6

v1.0(2y ago)06MITPHP

Since May 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ajiho/think-blade)[ Packagist](https://packagist.org/packages/ajiho/think-blade)[ Docs](https://github.com/ajiho/think-blade)[ RSS](/packages/ajiho-think-blade/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

think-blade
===========

[](#think-blade)

基于thinkphp6封装的smarty模板引擎

**Blade****think-blade**^7.0^1.0为什么要封装think-blade
-----------------

[](#为什么要封装think-blade)

- Blade模板引擎在phpstorm高亮友好
- Blade模板语法更优雅，也更强大
- 从thinkphp6开始默认不集成模板引擎，可以选择自己喜欢的模板引擎

安装
--

[](#安装)

```
composer require ajiho/think-blade

```

配置文件
----

[](#配置文件)

安装完毕后会自动生成`/config/blade.php`

```
