php-angular / thinkphp
php angular view engine for thinkphp
2.0.1
2018-04-24 08:17 UTC
Requires
- php: >=5.4.3
- php-angular/php-angular: 2.0.*
This package is not auto-updated.
Last update: 2025-04-27 09:11:32 UTC
README
此项目是php-angular在thinkphp5中使用的驱动, 可在tp5项目中使用composer安装, 安装后配置模板引擎为
Angular
即可.
1. 安装composer
教程: http://www.phpcomposer.com
2. 安装驱动
composer require php-angular/thinkphp
3. 修改或添加项目配置文件的模板引擎为Angular
// config.php
'template' => [
'type' => 'Angular',
],
资源教程
- 核心模板解析库: https://github.com/php-angular/php-angular
- thinkphp5: https://github.com/top-think/think